mirror of
https://github.com/espressif/esp-idf
synced 2025-03-25 17:00:13 -04:00
19 lines
439 B
ReStructuredText
19 lines
439 B
ReStructuredText
Peripherals API
|
|
***************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
GPIO <gpio>
|
|
UART <uart>
|
|
I2C <i2c>
|
|
SPI Master <spi_master>
|
|
Timer <timer>
|
|
Pulse Counter <pcnt>
|
|
Sigma-delta Modulation <sigmadelta>
|
|
LED Control <ledc>
|
|
Remote Control <rmt>
|
|
|
|
|
|
Example code for this API section is provided in `examples/peripherals <https://github.com/espressif/esp-idf/tree/master/examples/peripherals>`_ directory of ESP-IDF repository.
|