XBee Firmware Library
1.6.0
|
Functions | |
int | i2c_config (uint8_t config) |
Initializes and configures the I2C interface. More... | |
ssize_t | i2c_read (void *buf, size_t len) |
Reads the specified number of bytes from the I2C interface. More... | |
void | i2c_set_addr (uint8_t addr) |
Sets the device (chip) i2c physical address. More... | |
ssize_t | i2c_write (const void *buf, size_t len) |
Writes the specified bytes through the I2C interface. More... | |
ssize_t | i2c_write_no_stop (const void *buf, size_t len) |
Writes the specified bytes through the I2C interface without sending a stop condition at the end of the transfer. More... | |