esp-idf/examples/peripherals
2024-09-02 19:26:12 +08:00
..
adc adc_oneshot_chan_cfg_t config: Fix attributes order in example to match the declaration 2024-08-06 11:06:54 +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 change(examples): set the ili9881c version to 0.2.x 2024-08-02 16:34:21 +08:00
dac refactor(dac): make dac driver as component 2023-11-23 12:04:06 +08:00
dedicated_gpio feat(dedic_gpio): support dedic gpio on esp32c61 2024-08-08 14:00:19 +08:00
gpio feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
i2c feat(i2c): support i2c on esp32-c61 2024-08-14 11:25:31 +08:00
i2s fix(i2s): fix the es8311 example on P4 2024-08-07 12:44:25 +08:00
isp/multi_pipelines feat(isp): added demosaic config to isp example 2024-08-28 10:03:22 +08:00
jpeg feat(jpeg): update example use ldo for sd card 2024-04-18 10:40:48 +08:00
lcd feat(lcd): support EK79007 LCD in the mipi dsi example 2024-09-02 15:24:53 +08:00
ledc feat(ledc): add ledc support on c61 2024-08-15 15:21:06 +08:00
mcpwm ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
parlio refactor(esp_probe): add kconfig to select data dump mode 2024-07-22 11:00:57 +08:00
pcnt/rotary_encoder ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
ppa/ppa_dsi change(examples): set the ili9881c version to 0.2.x 2024-08-02 16:34:21 +08:00
rmt docs: Consistent naming convention for ESP Component Registry 2024-07-23 14:10:34 +08:00
sdio feat(sdio): add sdio over sdmmc support for esp32p4 2024-01-14 01:05:00 +08:00
sigma_delta feat(sdm): add support for esp32c5 2024-07-10 11:46:45 +08:00
spi_master feat(driver_spi): add esp32c61 spi master, slave, slave_hd support 2024-08-27 20:49:13 +08:00
spi_slave feat(driver_spi): add esp32c61 spi master, slave, slave_hd support 2024-08-27 20:49:13 +08:00
spi_slave_hd feat(driver_spi): add esp32c61 spi master, slave, slave_hd support 2024-08-27 20:49:13 +08:00
temperature_sensor feature(temperature_sensor): Add temperature sensor support on esp32c5 2024-08-13 11:55:39 +08:00
timer_group ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +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 Merge branch 'contrib/github_pr_14392' into 'master' 2024-08-28 12:15:41 +08:00
usb docs: Consistent naming convention for ESP Component Registry 2024-07-23 14:10:34 +08:00
usb_serial_jtag/usb_serial_jtag_echo feat(usb_serial_jtag): Add usb serial jtag support on esp32c61 2024-08-08 11:11:24 +08:00
.build-test-rules.yml change(isp): rename isp_af example to isp example 2024-08-15 18:06:23 +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.