esp-idf/examples/peripherals
2022-01-14 11:35:34 +08:00
..
adc adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
gpio esp8684: support GPIO peripheral, IO_MUX, GPIO matrix. 2021-12-29 22:01:45 +08:00
i2c refactor (cxx): C++ I2C example now uses MPU9250 instead of MCP9808 2021-11-18 19:07:44 +08:00
i2s i2s: deprecate confusing names 2021-11-24 13:21:13 +08:00
lcd lcd: update i80 lcd example to work with PSRAM 2022-01-14 11:35:34 +08:00
ledc Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
mcpwm examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +08:00
pcnt Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
rmt CI: Enable ESP8684 build stage CI on master 2021-12-13 19:18:47 +08:00
sdio Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
secure_element/atecc608_ecdsa atecc608a_example: Update esp-cryptoauthlib submodule pointer 2021-11-26 12:38:32 +08:00
sigmadelta Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
spi_master Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
spi_slave soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
spi_slave_hd spi: support spi on 8684 2022-01-12 11:30:29 +08:00
temp_sensor Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
timer_group gptimer: add example with various use cases 2022-01-07 14:44:50 +08:00
touch_sensor Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
twai soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
uart Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
usb Merge branch 'feature/usb_host_cleanup' into 'master' 2022-01-06 12:18:47 +00:00
wave_gen examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +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.