i2cStart Function

Signals a Start which is defined as negative going transition of Data while Clock is high.

Syntax

ERRCODE i2cStart( void );

Parameters

N/A

Return Value

ERRCODE: Zero if success, non-zero if the bus is not available
Clock and Data are low upon return.

Remarks

N/A

Requirements

soft_i2c.h

Example

N/A