Merge branch 'contrib/github_pr_14315' into 'master'

feat(example): Add a I2C Simple example (GitHub PR)

Closes IDFGH-13408 and IDFGH-14090

See merge request espressif/esp-idf!35273
This commit is contained in:
morris
2024-12-05 11:34:05 +08:00
8 changed files with 187 additions and 0 deletions

View File

@@ -600,6 +600,8 @@ Kconfig Options
Application Examples
--------------------
- :example:`peripherals/i2c/i2c_basic` demonstrates the basic steps to initialize the I2C master driver and read data from a MPU9250 sensor.
- :example:`peripherals/i2c/i2c_eeprom` demonstrates how to use the I2C master mode to read and write data from a connected EEPROM.
- :example:`peripherals/i2c/i2c_tools` demonstrates how to use the I2C Tools for developing I2C related applications, providing command-line tools for configuring the I2C bus, scanning for devices, reading and setting registers, and examining registers.