index.rst 747 B

123456789101112131415161718192021222324252627282930313233
  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. I2C <i2c>
  11. I2S <i2s>
  12. LED Control <ledc>
  13. MCPWM <mcpwm>
  14. Pulse Counter <pcnt>
  15. Remote Control <rmt>
  16. SD Pull-up Requirements <sd_pullup_requirements>
  17. SDMMC Host <sdmmc_host>
  18. SD SPI Host <sdspi_host>
  19. SDIO Slave <sdio_slave>
  20. Sigma-delta Modulation <sigmadelta>
  21. SPI Master <spi_master>
  22. SPI Slave <spi_slave>
  23. Temp sensor <temp_sensor>
  24. Timer <timer>
  25. Touch Sensor <touch_pad>
  26. UART <uart>
  27. Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.