]> granicus.if.org Git - esp-idf/blob - docs/en/api-reference/peripherals/index.rst
CAN Driver
[esp-idf] / docs / en / api-reference / peripherals / index.rst
1 Peripherals API
2 ***************
3
4 .. toctree::
5    :maxdepth: 1
6
7    ADC <adc>
8    CAN <can>
9    DAC <dac>
10    GPIO (including RTC low power I/O) <gpio>
11    I2C <i2c>
12    I2S <i2s>
13    LED Control <ledc>
14    MCPWM <mcpwm>
15    Pulse Counter <pcnt>
16    Remote Control <rmt>
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    Timer <timer>
24    Touch Sensor <touch_pad>
25    UART <uart>
26
27 Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.