index.rst 439 B

123456789101112131415161718
  1. Peripherals API
  2. ***************
  3. .. toctree::
  4. :maxdepth: 1
  5. GPIO <gpio>
  6. UART <uart>
  7. I2C <i2c>
  8. SPI Master <spi_master>
  9. Timer <timer>
  10. Pulse Counter <pcnt>
  11. Sigma-delta Modulation <sigmadelta>
  12. LED Control <ledc>
  13. Remote Control <rmt>
  14. Example code for this API section is provided in `examples/peripherals <https://github.com/espressif/esp-idf/tree/master/examples/peripherals>`_ directory of ESP-IDF repository.