esp-idf/examples/peripherals
2024-06-18 17:06:36 +08:00
..
adc feat(adc): support ADC continuous mode on ESP32P4 2024-06-03 16:50:39 +08:00
analog_comparator fix(gpio_etm): allow one GPIO binds to multiple ETM tasks 2024-04-23 20:37:34 +08:00
camera/camera_dsi feat(isp): added isp dvp driver 2024-05-31 18:47:27 +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 Merge branch 'feature/esp32c5_mp_gpio_support' into 'master' 2024-05-11 22:50:23 +08:00
i2c feat(i2c): Add i2c support on esp32c5 mp 2024-06-18 10:37:36 +08:00
i2s feat(i2c): Add i2c support on esp32c5 mp 2024-06-18 10:37:36 +08:00
isp/auto_focus change(isp): change isp_af_window_t to isp_window_t 2024-06-04 15:09:04 +08:00
jpeg feat(jpeg): update example use ldo for sd card 2024-04-18 10:40:48 +08:00
lcd feat(i2c): Add i2c support on esp32c5 mp 2024-06-18 10:37:36 +08:00
ledc test(ledc): enable build test on esp32c5 2024-06-18 17:06:36 +08:00
mcpwm remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
parlio refactor(i2s): clean up DMA buffer allocation 2024-06-03 16:13:13 +08:00
pcnt/rotary_encoder remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
rmt remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +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 remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
spi_slave remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
spi_slave_hd remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +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 remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
touch_sensor docs(touch): add doc for cap touch sens driver 2024-06-12 15:44:25 +08:00
twai change(driver/twai): Update TWAI message object initialization examples 2024-02-27 11:52:51 +08:00
uart ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
usb Merge branch 'refactor/usb_device_examples_cdc_rx_cb' into 'master' 2024-06-11 18:45:38 +08:00
usb_serial_jtag/usb_serial_jtag_echo feature(usb_serial_jtag): add usb serial jtag support for esp32p4 2024-05-11 14:16:57 +08:00
.build-test-rules.yml test(ledc): enable build test on esp32c5 2024-06-18 17:06:36 +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.