esp-idf/examples/peripherals
2024-04-02 14:30:14 +08:00
..
adc fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-06 18:55:49 +08:00
analog_comparator ci(ana_camr): enable example test on p4 2024-03-07 18:36:36 +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 2024-02-20 14:57:25 +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/components/isp_af_schemes feat(isp_af): added af scheme driver and stepping approx scheme driver 2024-04-01 09:30:07 +08:00
jpeg feat(jpeg_encoder): Add the example support for jpeg encoder 2024-04-01 20:03:38 +08:00
lcd feat(dma): refactor dma calloc function 2024-04-02 14:30:14 +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(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 feat(rmt): added a help function for allocating encoder memory 2024-01-25 18:44:25 +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 ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
touch_sensor feat(touch): support touch driver on p4 (soc) 2023-11-16 11:13:02 +00:00
twai change(driver/twai): Update TWAI message object initialization examples 2024-02-27 11:52:51 +08:00
uart refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
usb refactor(usb_device): Fixed examples with esp_tinyusb v1.4.4 2024-03-28 16:40:49 +01:00
usb_serial_jtag/usb_serial_jtag_echo fix(usb_serial_jtag): Increase stack size on serial_jtag example, 2024-03-27 15:47:25 +08:00
.build-test-rules.yml feat(jpeg_encoder): Add the example support for jpeg encoder 2024-04-01 20:03:38 +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.