esp-idf/examples/peripherals
2024-09-19 14:18:42 +08:00
..
adc feat(adc): support ADC continuous mode on ESP32P4 2024-06-12 18:34:04 +08:00
analog_comparator fix(gpio_etm): allow one GPIO binds to multiple ETM tasks 2024-04-24 15:58:49 +08:00
camera/camera_dsi feat(camera): supported camera related example using sc2336 and ek79007 2024-09-19 14:18:42 +08:00
dac refactor(dac): make dac driver as component 2023-11-23 12:04:06 +08:00
dedicated_gpio feat(fast_gpio): support CPU controlled fast GPIO driver on esp32p4 2024-03-22 17:13:19 +08:00
gpio feat(gpio): add gpio support on ESP32C5 MP version 2024-05-16 14:54:27 +08:00
i2c refactor(i2c): Use new I2C drivers for I2C exmaple 2024-01-16 10:05:08 +08:00
i2s ci(i2s): enable i2s ci tests on p4 2024-01-19 19:28:33 +08:00
isp/auto_focus feat(camera): supported camera related example using sc2336 and ek79007 2024-09-19 14:18:42 +08:00
jpeg feat(jpeg): update example use ldo for sd card 2024-04-18 10:40:48 +08:00
lcd change(lcd): simplify the i80 lcd example 2024-09-04 11:39:55 +08:00
ledc Update ledc_basic_example_main.c 2023-11-02 11:13:20 +01:00
mcpwm fix(mcpwm): enable mcpwm group clock before hal init 2024-01-15 18:13:56 +08:00
parlio refactor(i2s): clean up DMA buffer allocation 2024-06-12 10:16:24 +08:00
pcnt/rotary_encoder ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
rmt feat(rmt): Add simple callback encoder 2024-04-11 15:54:52 +08:00
sdio feat(sdio): add sdio over sdmmc support for esp32p4 2024-01-14 01:05:00 +08:00
sigma_delta ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
spi_master fix(spi_master): fixed lcd example block border pixel issue 2023-12-14 12:18:10 +08:00
spi_slave feat(spi_slave): add p4 hp spi slave driver support 2023-10-30 12:51:56 +08:00
spi_slave_hd feat(spi_slave_hd): p4 update examples and document 2023-11-07 16:01:44 +08:00
temperature_sensor docs(temperature_sensor): Add new documents for temperature sensor ETM on ESP32C6/H2 2024-03-04 11:36:18 +08:00
timer_group fix(ci): fix the readme check of c5 mp 2024-07-30 15:40:19 +08:00
touch_sensor docs(touch): add doc for cap touch sens driver 2024-07-13 15:47:20 +08:00
twai change(driver/twai): Update TWAI message object initialization examples 2024-02-27 11:52:51 +08:00
uart fix(uart/example): Fixed minimal stack size in uart_echo example 2024-09-13 17:16:20 +08:00
usb fix(ci): Temporarily disable USB device tests on S3 2024-04-17 11:43:10 +02:00
usb_serial_jtag/usb_serial_jtag_echo feature(usb_serial_jtag): add usb serial jtag support for esp32p4 2024-05-13 12:19:14 +08:00
.build-test-rules.yml feat(touch_sens): add example for the touch sensor v3 2024-07-13 15:47:20 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.