index.rst 690 B

12345678910111213141516171819202122232425262728293031
  1. 外设 API
  2. ***************
  3. :link_to_translation:`en:[English]`
  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. :esp32: MCPWM <mcpwm>
  14. Pulse Counter <pcnt>
  15. Remote Control <rmt>
  16. :esp32: SDMMC Host <sdmmc_host>
  17. SD SPI Host <sdspi_host>
  18. :esp32: SDIO Slave <sdio_slave>
  19. Sigma-delta Modulation <sigmadelta>
  20. SPI Master <spi_master>
  21. SPI Slave <spi_slave>
  22. :esp32s2: Temp sensor <temp_sensor>
  23. Timer <timer>
  24. Touch Sensor <touch_pad>
  25. UART <uart>
  26. 本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。