Files
esp-idf/docs/api-reference/peripherals/i2c.rst
T

19 lines
269 B
ReStructuredText
Raw Normal View History

2016-12-16 23:41:04 +08:00
I2C
===
2016-12-16 23:41:04 +08:00
Overview
--------
ESP32 has two I2C controllers which can be set as master mode or slave mode.
Application Example
-------------------
I2C master and slave example: :example:`peripherals/i2c`.
2016-12-16 23:41:04 +08:00
API Reference
-------------
.. include:: /_build/inc/i2c.inc
2016-12-16 23:41:04 +08:00