index.rst 597 B

123456789101112131415161718192021222324252627
  1. Peripherals API
  2. ***************
  3. .. toctree::
  4. :maxdepth: 1
  5. ADC <adc>
  6. CAN <can>
  7. DAC <dac>
  8. GPIO (including RTC low power I/O) <gpio>
  9. I2C <i2c>
  10. I2S <i2s>
  11. LED Control <ledc>
  12. MCPWM <mcpwm>
  13. Pulse Counter <pcnt>
  14. Remote Control <rmt>
  15. SDMMC Host <sdmmc_host>
  16. SD SPI Host <sdspi_host>
  17. SDIO Slave <sdio_slave>
  18. Sigma-delta Modulation <sigmadelta>
  19. SPI Master <spi_master>
  20. SPI Slave <spi_slave>
  21. Timer <timer>
  22. Touch Sensor <touch_pad>
  23. UART <uart>
  24. Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.