Use of I2C
For detailed introduction of I2C, please refer to I2C-API Document.
1. Instructions#
1.1. Host Mode#
- Create I2C (software simulation or hardware) objects
- Scan slaves, return all slave addresses
- Read and write data to the slave
1.2. Slave mode#
- Create slave callback function
- Create I2C object
2. Example#
- Read all slave addresses and send and receive data respectively
- Slave mode example
Related Issues not found
Please login GitHub to create issue