Instructions

271 C-Control Pro IDE
© 2013 Conrad Electronic
Description
This function introduces communication with a starting sequence. Afterwards the status of the interface
can be returned with I2C_Status().
Parameter
None
5.12.1.5 I2C_Status
I2C Functions
Syntax
byte I2C_Status(void);
Sub I2C_Status()
Description
With I2C_Status the status of the I2C interface can be accessed. For the meaning of the return value
please look inside the I2C status code table.
Return Parameter
current I2C Status
5.12.1.6 I2C_Stop
I2C Functions Example
Syntax
void I2C_Stop(void);
Sub I2C_Stop()
Description
This function ceases the I2C communication with a stop sequence. Afterwards the status of the interface
can be returned with I2C_Status().
Parameter
None