Files
esp-idf/examples/peripherals
Omar Chebib 801f934ac9 Dedicated GPIO: add software UART implementation for Xtensa targets
The software UART example is now compatible with Xtensa targets that have dedicated GPIOs. In other words, this example is now compatible with ESP32-S2 and ESP32-S3.
2023-04-14 15:31:34 +08:00
..
2023-03-17 11:38:32 +08:00
2023-03-07 11:48:36 +08:00
2023-04-04 08:31:41 +00:00
2023-02-02 19:05:31 +08:00
2023-02-16 16:34:23 +08:00

Peripherals Examples

This section provides examples how to configure and use ESP32’s 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.