Returns a uByte character from the internal i2c port. ACKDT must be set properly before calling this procedure.
ACKDT=0 No ACK signal sent
ACKDT=1 ACK signal sent
Requires: libs/interface/hwI2C.bas
Syntax: var = i2c_rxByte()
Example:
a=i2c_rxByte()
Also See: i2c_txByte, i2c_waitForIdle, StartBit, ReStartBit, StopBit