index.rst 815 B

12345678910111213141516171819202122232425262728293031323334
  1. Peripherals API
  2. ***************
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. ADC <adc>
  7. CAN <can>
  8. DAC <dac>
  9. GPIO (including RTC low power I/O) <gpio>
  10. :esp32s2: HMAC <hmac>
  11. I2C <i2c>
  12. I2S <i2s>
  13. LED Control <ledc>
  14. :esp32: MCPWM <mcpwm>
  15. Pulse Counter <pcnt>
  16. Remote Control <rmt>
  17. :esp32: SD Pull-up Requirements <sd_pullup_requirements>
  18. :esp32: SDMMC Host <sdmmc_host>
  19. SD SPI Host <sdspi_host>
  20. :esp32: SDIO Slave <sdio_slave>
  21. Sigma-delta Modulation <sigmadelta>
  22. SPI Master <spi_master>
  23. SPI Slave <spi_slave>
  24. :esp32s2: Temp sensor <temp_sensor>
  25. Timer <timer>
  26. Touch Sensor <touch_pad>
  27. UART <uart>
  28. Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.