PortI2C::write()
Send one byte of data to the currently address I2C device.
uint8_t PortI2C::write(uint8_t data)
Parameters
uint8_t data
the data byte to send out
Returns
uint8_t
1 if device acknowledged write, 0 if device did not respond
Send one byte of data to the currently address I2C device.
uint8_t PortI2C::write(uint8_t data)
uint8_t data
the data byte to send out
uint8_t
1 if device acknowledged write, 0 if device did not respond