index.rst 471 B

123456789101112131415161718192021
  1. Peripherals API
  2. ***************
  3. .. toctree::
  4. :maxdepth: 1
  5. ADC <adc>
  6. DAC <dac>
  7. GPIO (including RTC low power I/O) <gpio>
  8. I2C <i2c>
  9. I2S <i2s>
  10. LED Control <ledc>
  11. Pulse Counter <pcnt>
  12. SD/MMC Card Host <../storage/sdmmc>
  13. Sigma-delta Modulation <sigmadelta>
  14. SPI Master <spi_master>
  15. Remote Control <rmt>
  16. Timer <timer>
  17. UART <uart>
  18. Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.