Stop Function

Signals a Stop which is defined as positive going transition of SDA while SCL is high.

Syntax

void Stop(void)

Parameters

None

Return Value

None

Remarks

SCL should be reset on entry. SCL and SDA are set upon return.

Requirements

i2c.h

Example

N/A