esp-idf/examples/peripherals
Jakob Hasse de6bc33f3c refactor (cxx): C++ I2C example now uses MPU9250 instead of MCP9808
Also fixes the documentation of I2CTransfer::sync_transfer().
2021-11-18 19:07:44 +08:00
..
adc Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gpio Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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
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.