esp-idf/examples/peripherals
Kevin (Lao Kaiyao) 9bc274b47b Merge branch 'refactor/i2s_deprecate_confusing_names' into 'master'
i2s: deprecate confusing names

Closes IDF-4368

See merge request espressif/esp-idf!16088
2021-12-07 11:52:44 +00:00
..
adc Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gpio gpio: Fixed typo in generic_gpio example 2021-11-25 00:05:23 +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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
ledc Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
mcpwm Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
pcnt Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
rmt Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
spi_slave_hd Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
temp_sensor Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
timer_group Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
touch_sensor Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
twai Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
uart Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
usb docs: fix broken link in usb example readme 2021-07-28 12:44:40 +08:00
wave_gen Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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.