PortI2C read()

Read a byte using I2C protocol on a JeeNode port.

uint8_t PortI2C::read(uint8_t last)

Parameters

uint8_t last

pass 1 to signal that this will be the last byte read in this bus transaction, otherwise pass 0 ???

Returns

uint8_t

data (byte) read from the I2C device