docs: Add some application examples to i2c

This commit is contained in:
shenmengjing
2024-06-24 11:29:50 +08:00
committed by BOT
parent f482d3a754
commit 1dd35f5479
2 changed files with 16 additions and 0 deletions
@@ -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
-------------