You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3 lines
146 B

bool i2c_transfer(uint8_t address,
const uint8_t *send, uint32_t send_len,
uint8_t *recv, uint32_t recv_len);