feat(example): Add a I2C Simple example

Merges https://github.com/espressif/esp-idf/pull/14315
Closes https://github.com/espressif/esp-idf/issues/14902
This commit is contained in:
Vinícius de Assis Madruga Prestes
2024-08-06 13:01:53 -03:00
committed by morris
parent 2b8c581e30
commit 2f5fcf276c
8 changed files with 187 additions and 0 deletions
@@ -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.