esp-idf/examples/peripherals
Cao Sen Miao daceb3516d temperature sensor: Add support on ESP32-S3,
Closes https://github.com/espressif/esp-idf/issues/8086
2022-07-13 17:22:59 +08:00
..
adc adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
gpio [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
i2c [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
i2s i2s: add mck pin definition in the example 2021-11-08 17:33:18 +08:00
lcd lcd: unify callback prototype 2021-10-02 14:23:31 +08:00
ledc ledc: Add a callback for LEDC fade end 2021-07-29 17:56:22 +08:00
mcpwm MCPWM/sync: expose API for configuring timer sync 2021-09-09 17:33:37 +08:00
pcnt
rmt rmt: update ir example to work with esp32s3 out of box 2021-12-06 10:02:55 +08:00
sdio
secure_element/atecc608_ecdsa examples/secure_element: update esp-cryptoauthlib submodule pointer 2021-10-07 13:30:39 +05:30
sigmadelta
spi_master ci: temporarily disable s3 build for a few examples 2021-09-16 12:20:11 +08:00
spi_slave SPI:fix spi slave example sender ccount issue 2022-06-22 15:06:29 +08:00
spi_slave_hd spi_slave_hd: fix stack variable bug in seg_slave example 2021-12-14 12:36:40 +08:00
temp_sensor temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
timer_group
touch_sensor touch sensor: update copyright notice 2021-10-08 11:45:57 +08:00
twai
uart modbus: update to support other targets (Backport v4.4) 2022-06-20 15:34:06 +08:00
usb usb_host: Don't build CDC host driver for unsupported targets 2022-03-18 14:49:58 +01:00
wave_gen
README.md

README.md

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.