Merge branch 'docs/add_some_examples_to_i2c' into 'master'

docs: Add some application examples to i2c

Closes DOC-8018

See merge request espressif/esp-idf!31679
This commit is contained in:
Shen Meng Jing
2024-06-25 13:19:46 +08:00
2 changed files with 16 additions and 0 deletions

View File

@@ -625,6 +625,14 @@ Kconfig Options
- :ref:`CONFIG_I2C_ISR_IRAM_SAFE` controls whether the default ISR handler can work when cache is disabled, see also `IRAM Safe <#iram-safe>`__ for more information.
- :ref:`CONFIG_I2C_ENABLE_DEBUG_LOG` is used to enable the debug log at the cost of increased firmware binary size.
Application Examples
--------------------
.. list::
- :example:`peripherals/i2c/i2c_eeprom` demonstrates the basic usage of I2C driver by reading and writing from an I2C connected EEPROM.
- :example:`peripherals/i2c/i2c_tools` implements some basic features of I2C tools based on the ESP32 console component.
API Reference
-------------