esp-idf/examples/peripherals
Song Ruo Jing 3821a09f83 Merge branch 'bugfix/ledc_consecutive_fade' into 'master'
ledc: Bugfixes for issues related to fade protection on ESP32

Closes IDFGH-4918 and IDFGH-5565

See merge request espressif/esp-idf!14568
2022-01-26 06:00:59 +00:00
..
adc esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
i2c
i2s
lcd lcd: add rgb panel example 2022-01-20 22:09:23 +08:00
ledc ledc: Add ledc_fade_stop API to support stopping the fade operation. 2022-01-25 11:19:20 +08:00
mcpwm
pcnt
rmt esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sdio
secure_element/atecc608_ecdsa
sigmadelta
spi_master
spi_slave
spi_slave_hd esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
temp_sensor
timer_group ci: replace all component ut with pytest-embedded 2022-01-24 16:37:23 +08:00
touch_sensor
twai
uart
usb
wave_gen
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.