i2c_rxByte()

Returns a uByte character from the internal i2c port.  ACKDT must be set properly before calling this procedure.

Requires: libs/interface/hwI2C.bas

Syntax: var = i2c_rxByte()

Example:

a=i2c_rxByte()

Also See: i2c_txByte, i2c_waitForIdle, StartBit, ReStartBit, StopBit