PortI2C start()
Initalize I2C communication on a JeeNode port.
uint8_t PortI2C::start(uint8_t addr)
Parameters
uint8_t addr
I2C address of device with which to communicate
Returns
uint8_t
1 if communication succeeded, 0 otherwise
Initalize I2C communication on a JeeNode port.
uint8_t PortI2C::start(uint8_t addr)
uint8_t addr
I2C address of device with which to communicate
uint8_t
1 if communication succeeded, 0 otherwise