esp-idf/examples/peripherals
Roman Leonov da8c926e9d feat(usb/device): Add esp32p4 prerequisites to examples 2024-01-12 13:04:38 +01:00
..
adc
analog_comparator
dac
dedicated_gpio
gpio
i2c
i2s
lcd
ledc
mcpwm ci(p4): temporarily disable failed ci tests on p4 2024-01-04 09:36:06 +08:00
parlio refactor(parlio): make parlio driver as component 2024-01-04 14:12:42 +08:00
pcnt/rotary_encoder ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
rmt ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
sdio
sigma_delta ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
spi_master
spi_slave
spi_slave_hd
temperature_sensor ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
timer_group ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
touch_sensor
twai
uart
usb feat(usb/device): Add esp32p4 prerequisites to examples 2024-01-12 13:04:38 +01:00
usb_serial_jtag/usb_serial_jtag_echo
.build-test-rules.yml ci(usb): migrate from .gitlab/ci/rules.yml to .build-test-rules.yml 2024-01-10 15:29:44 +01: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.