esp-idf/examples/peripherals
Aditya Patwardhan 6a44accdbb atecc608a_example: Update esp-cryptoauthlib submodule pointer
*Provide configuratble option to I2C address of the secure element.
2021-11-26 12:38:32 +08: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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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

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.