Files
esp-idf/examples/peripherals
morris eaf0d76529 fix(gptimer): update regex patterns in example test to include non-digit characters
This prevents premature matching on partial data when the output is
being streamed, which was causing the test to capture 100000 instead of
the full 1000002.
2025-10-28 11:50:09 +08:00
..
2025-03-05 12:08:48 +08:00
2025-04-30 18:35:39 +08:00
2025-07-22 12:21:36 +08:00
2025-03-05 12:08:48 +08:00
2025-07-24 14:13:23 +08:00
2025-03-05 12:08:48 +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.