Thông báo

Collapse
No announcement yet.

thư viện twi.h trong codevision 3.12

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • thư viện twi.h trong codevision 3.12

    có bạn nào sử dụng thư viện có sẵn twi.h trong codevision không ạ? cụ thể là bản 3.12

    giải thích dùm mình mấy hàm truyền nhận sẽ hoạt động như nào với
    cụ thể như hàm

    // function used for performing a TWI master transaction
    // slave_addr - 7 bit address of the TWI slave with which the transaction must be performed
    // tx_data - pointer to the buffer that holds the data to be transmitted to the slave
    // tx_count - number of bytes that must be transmitted to the slave during the transaction
    // rx_data - pointer to the buffer that holds the data received from the slave
    // rx_count - number of bytes that must be received from the slave during the transaction
    // returns true on success
    bool twi_master_trans(
    unsigned char slave_addr,
    unsigned char *tx_data, unsigned char tx_count,
    unsigned char *rx_data, unsigned char rx_count);


    và bên nhận sẽ hoạt động như nào, mình thử theo cả code mẫu tròn exp mà cũng không dc
    email:trangonthuocthom@gmail.com

Về tác giả

Collapse

trathuoc Tìm hiểu thêm về trathuoc

Bài viết mới nhất

Collapse

Đang tải...
X