Name

i2c_write — transmits a byte

Synopsis

#include <i2c.h>   
bool i2c_write (byte); 
uint8_t byte;
 

Arguments

byte

the byte to transmit

Description

Transmits byte to the slave. The function returns the acknowledgment bit.