esp-idf/examples/peripherals
2022-11-24 16:07:24 +08:00
..
adc esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
dac Fix small typos in signal_generator/README.md 2022-11-06 21:57:35 -08:00
dedicated_gpio Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. 2022-11-22 14:17:40 +08:00
gpio esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
i2c esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
i2s i2s: fixed typo 'philip' 2022-11-21 15:58:06 +08:00
lcd Fixed first character in LVGL OLED example. 2022-09-20 15:04:26 +02:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm pcnt: support accumulate count value 2022-11-21 10:15:19 +08:00
pcnt/rotary_encoder ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
rmt esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
sdio example/sdio: add support for ESP32-S3 as host (via SD) 2022-11-21 14:03:41 +08:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-12 11:24:03 +05:30
sigma_delta ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
spi_master spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave_hd spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
temp_sensor temperature_sensor: Add support on ESP32-C6 (No calibration) 2022-11-22 16:22:31 +08:00
timer_group gptimer: added etm example 2022-11-23 15:32:34 +08:00
touch_sensor example: update format string in touch related examples 2022-08-24 12:10:59 +08:00
twai twai: bringup on esp32c6 2022-11-04 17:40:29 +08:00
uart uart: support examples and tests on esp32c6 2022-11-24 16:07:24 +08:00
usb tinyusb: Use TinyUSB from component registry 2022-11-02 08:24:43 +01:00
.build-test-rules.yml uart: support examples and tests on esp32c6 2022-11-24 16:07:24 +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.