index.rst 584 B

1234567891011121314151617181920212223242526
  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. MCPWM <mcpwm>
  12. Pulse Counter <pcnt>
  13. Remote Control <rmt>
  14. SDMMC Host <sdmmc_host>
  15. SD SPI Host <sdspi_host>
  16. SDIO Slave <sdio_slave>
  17. Sigma-delta Modulation <sigmadelta>
  18. SPI Master <spi_master>
  19. SPI Slave <spi_slave>
  20. Timer <timer>
  21. Touch Sensor <touch_pad>
  22. UART <uart>
  23. Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.