esp-idf/examples/peripherals
2024-07-11 11:09:12 +02:00
..
adc fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:11:10 +08:00
analog_comparator fix(gpio_etm): allow one GPIO binds to multiple ETM tasks 2024-04-24 16:01:34 +08:00
dac fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:11:10 +08:00
dedicated_gpio fix(peripheral_drivers/dedicated_gpio): Remove dummy byte from the emulate_uart_send routine 2024-01-25 10:52:04 +08:00
gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
i2c fix: i2c_eeprom_init use after free when error 2024-01-15 13:25:11 +01:00
i2s feat(spi_master): p4 add master driver supported 2023-10-08 14:45:12 +08:00
lcd feat(i2c_lcd): use new i2c master driver in oled example 2024-02-22 12:01:30 +08:00
ledc feat(ledc): support ledc on esp32p4 2023-10-17 16:40:04 +08:00
mcpwm docs: update EC11 datasheet link 2023-10-23 10:12:23 +08:00
parlio/simple_rgb_led_matrix parlio: add simple rgb led matrix example 2023-03-01 00:43:14 +00:00
pcnt/rotary_encoder docs: update EC11 datasheet link 2023-10-23 10:12:23 +08:00
rmt feat(rmt): added a help function for allocating encoder memory 2024-01-30 17:03:41 +08:00
sdio fix(sd_card): update sd_card troubleshooting notes in readme.md 2023-10-25 11:19:08 +02:00
secure_element/atecc608_ecdsa refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
sigma_delta fix pcnt sdm pre-commit failure 2023-01-17 15:28:27 +08:00
spi_master fix(spi_master): fixed lcd example block border pixel issue 2023-12-14 17:14:35 +08:00
spi_slave feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
spi_slave_hd refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
temperature_sensor refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
timer_group refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
touch_sensor refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
twai refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
uart fix: assert failed in example uart_async_rxtxtasks 2023-11-06 15:56:52 +08:00
usb fix(usb/test): Update MSC device test for new console 2024-07-11 11:09:12 +02:00
usb_serial_jtag/usb_serial_jtag_echo fix(usb_serial_jtag): Increase stack size on serial_jtag example, 2024-04-07 11:24:30 +08:00
.build-test-rules.yml change(usb_serial_jtag): Add a usb_serial_jtag echo example for how to use usb_serial_jtag APIs, 2024-04-03 17:10:03 +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.