5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-13 11:28:30 -04:00
ardupilot/Tools/AP_Periph/i2c.h
2019-08-27 10:29:56 +10:00

4 lines
146 B
C

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