i2cReceive Function

Receives a byte from I2C bus with most significant bit first.

Syntax

UBYTE i2cReceive( void );

Parameters

N/A

Return Value

UBYTE: Data that was read

Remarks

N/A

Requirements

soft_i2c.h

Example

N/A