esp-idf/examples/peripherals
morris a7ffe77de0 Merge branch 'feature/mcpwm_support_c5' into 'master'
feat(mcpwm): add driver support on esp32c5

Closes IDF-8709 and IDF-9101

See merge request espressif/esp-idf!29876
2024-05-29 10:27:35 +08:00
..
adc
analog_comparator
camera example(isp): added isp af example 2024-05-17 12:39:15 +08:00
dac
dedicated_gpio
gpio Merge branch 'feature/esp32c5_mp_gpio_support' into 'master' 2024-05-11 22:50:23 +08:00
i2c
i2s fix(i2s): temporary disable debug log in example pytest script 2024-05-22 17:29:48 +08:00
isp/auto_focus feat(isp): added isp bf driver 2024-05-24 10:25:42 +08:00
jpeg
lcd change(rgb_lcd): set DMA transfer burst size 2024-05-24 22:43:55 +08:00
ledc
mcpwm feat(mcpwm): driver support on esp32-c5 2024-05-26 22:55:03 +08:00
parlio
pcnt/rotary_encoder
rmt
sdio
sigma_delta
spi_master
spi_slave
spi_slave_hd
temperature_sensor
timer_group
touch_sensor
twai
uart
usb
usb_serial_jtag/usb_serial_jtag_echo
.build-test-rules.yml example(isp): added isp af example 2024-05-17 12:39:15 +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.