@CHIP-RTOS C Library V2.00 - I2C Bus API
I2C_select_data_pin
Select I2C Data Pin void I2C_select_data_pin ( unsigned char pio_no ); Parameters
pio_no
- PIO pin number, [0..13]
Return Value
- -- none --
Comments
- The default I2C data pin is PIO 1.
To change the I2CDAT 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
|