esp-idf/examples/peripherals
Omar Chebib dd7fde8799 Merge branch 'contrib/github_pr_9095' into 'master'
Update uart_events_example_main.c (GitHub PR)

Closes IDFGH-7532

See merge request espressif/esp-idf!18391
2022-09-21 19:51:37 +08:00
..
adc
gpio
i2c correct spelling of detect 2022-08-28 22:06:32 -05:00
i2s i2s: bringup i2s on esp32c6 2022-09-15 20:03:39 +08:00
lcd Fixed first character in LVGL OLED example. 2022-09-20 15:04:26 +02:00
ledc
mcpwm
pcnt/rotary_encoder
rmt ci: Modify build-test-rules.yml `enable' to `disable` to exclude preview targets 2022-09-01 12:38:00 +08:00
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd
temp_sensor
timer_group gptimer: incerase example test threshold 2022-09-14 14:40:28 +00:00
touch_sensor example: update format string in touch related examples 2022-08-24 12:10:59 +08:00
twai
uart Update uart_events_example_main.c 2022-09-15 07:00:00 +00:00
usb Merge branch 'feature/usb_v5_qol' into 'master' 2022-09-08 19:50:22 +08:00
wave_gen
.build-test-rules.yml rmt: support esp32c6 2022-09-17 04:56:49 +00: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.