@CHIP-RTOS C Library V2.00 - I2C Bus API
I2C_select_clock_pin
Select I2C Clock Pin void I2C_select_clock_pin ( unsigned char pio_no ); Parameters
pio_no
- PIO pin number, [0..13]
Return Value
- -- none --
Comments
- The default I2C clock pin is PIO 0.
To change the I2CCLK pin this function must be called before the
I2C_init function is called.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|