Navigation bar
  Start Previous page
 129 of 283 
Next page End 124 125 126 127 128 129 130 131 132 133 134  

120
I2CStop
Type
Subroutine
Invocation
I2CStop(channel)
Parameter
Method
Type
Description
channel
ByVal
Byte
The I2C channel number (0-4).
Discussion
This subroutine terminates an I2C bus cycle by implementing the proper sequence of transitions on the
SDA and SCL lines.
 
perform a lower level interaction with an I2C slave device.  Knowledge of the I2C protocol and the
specifications of the particular I2C device are required in order to use this function.
If the specified I2C channel has not been properly prepared using OpenI2C(), the results are undefined. 
If an invalid channel number is specified, the function returns immediately without doing anything.
Compatibility
This subroutine is not available in BasicX compatibility mode.
See Also
Previous page Top Next page