i2c_write — transmits a byte
#include <i2c.h>
bool i2c_write (
)
uint8_t byte
byte
the byte to transmit
Transmits byte to the slave. The function returns the acknowledgment bit.