esp-idf/examples/peripherals
Marius Vikhammer 0687daf2c8 kconfig: move remaining kconfig options out of target component
The kconfig options are moved to the component where they are used,
mostly esp_hw_support and esp_system.
2022-05-23 17:57:45 +08:00
..
adc
gpio Examples: common source for GPIO range in Kconfigs defined 2022-05-12 09:33:40 +02:00
i2c i2c: support i2c on esp32h2 2022-04-23 07:38:25 +00:00
i2s
lcd kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
ledc
mcpwm examples: Use components from idf-extra-components repository 2022-05-12 08:37:44 +00:00
pcnt/rotary_encoder pcnt: added enable/disable functions 2022-05-06 18:18:39 +08:00
rmt example: added dshot esc example based on new rmt driver 2022-05-07 10:34:50 +00:00
sdio
secure_element/atecc608_ecdsa
sigmadelta
spi_master
spi_slave
spi_slave_hd
temp_sensor temp_sensor: added enable/disable functions 2022-05-06 18:18:39 +08:00
timer_group gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
touch_sensor
twai Examples: common source for GPIO range in Kconfigs defined 2022-05-12 09:33:40 +02:00
uart Examples: common source for GPIO range in Kconfigs defined 2022-05-12 09:33:40 +02:00
usb msc example made hot plugable 2022-05-10 18:48:37 +02:00
wave_gen gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
README.md

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, etc.

See the README.md file in the upper level examples directory for more information about examples.