Start Function

Signals an I2C Start which is defined as negative going transition of SDA while SCL is high.

Syntax

ERRCODE Start()

Parameters

None

Return Value

ERRCODE:
- 1 if bus is not available.
- SUCCESS if operation is successful.

Remarks

SCL and SDA are reset upon return.

Requirements

i2c.h

Example

N/A