Files
esp-idf/docs/en/api-reference/peripherals/index.rst
T

28 lines
597 B
ReStructuredText
Raw Normal View History

Peripherals API
***************
.. toctree::
:maxdepth: 1
ADC <adc>
2017-12-18 20:32:29 +08:00
CAN <can>
DAC <dac>
GPIO (including RTC low power I/O) <gpio>
I2C <i2c>
I2S <i2s>
LED Control <ledc>
MCPWM <mcpwm>
Pulse Counter <pcnt>
Remote Control <rmt>
2018-03-06 18:03:53 +08:00
SDMMC Host <sdmmc_host>
SD SPI Host <sdspi_host>
SDIO Slave <sdio_slave>
Sigma-delta Modulation <sigmadelta>
SPI Master <spi_master>
SPI Slave <spi_slave>
Timer <timer>
2017-09-01 23:39:27 +02:00
Touch Sensor <touch_pad>
UART <uart>
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.