i2c.rst 269 B

123456789101112131415161718
  1. I2C
  2. ===
  3. Overview
  4. --------
  5. ESP32 has two I2C controllers which can be set as master mode or slave mode.
  6. Application Example
  7. -------------------
  8. I2C master and slave example: :example:`peripherals/i2c`.
  9. API Reference
  10. -------------
  11. .. include:: /_build/inc/i2c.inc