mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-09 04:55:40 +00:00
add examples
This commit is contained in:
parent
265d41b6a3
commit
4128624f93
112 changed files with 158017 additions and 0 deletions
14
RTL00_SDKV35a/example_sources/i2c/readme.txt
Normal file
14
RTL00_SDKV35a/example_sources/i2c/readme.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Example Description
|
||||
|
||||
This example describes how to use i2c by using mbed api
|
||||
|
||||
1.Connect LOG-UART connector to PC
|
||||
|
||||
2.Connect
|
||||
- I2C3 SDA (PB_3) to I2C1 SDA (PC_4) pin,
|
||||
- I2C3 SCL (PB_2) to I2C1 SCL (PC_5) pin.
|
||||
|
||||
3.Run the main function.
|
||||
|
||||
4.Get the Master and Slave Data.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue