Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I2C_WRITE( )
Sends a single byte over the I2C interface. In master mode this function will
generate a clock with the data and in slave mode it will wait for the clock from
the master. No automatic timeout is provided in this function. This function returns the ACK bit.
The LSB of the first write after a start determines the direction of data transfer (0 is master to slave).
Note that specific I2C protocol depends on the slave device.