ardupilot/Tools/AP_Periph/i2c.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
146 B
C
Raw Normal View History

2019-05-26 22:46:41 -03:00
bool i2c_transfer(uint8_t address,
const uint8_t *send, uint32_t send_len,
uint8_t *recv, uint32_t recv_len);