esp-idf/examples/peripherals
2022-02-09 13:52:20 +08:00
..
adc esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio esp8684: rename target to esp32c2 2022-01-19 11:08:57 +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: add i2c oled example with lvgl port 2022-01-21 11:21:38 +08:00
ledc ledc: Add ledc_fade_stop API to support stopping the fade operation. 2022-01-25 11:19:20 +08: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 esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +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 esp8684: rename target to esp32c2 2022-01-19 11:08:57 +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 ci: replace all component ut with pytest-embedded 2022-01-24 16:37:23 +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 Bugfix: omit MSC reset during initialization 2022-01-27 10:03:40 +01: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.