Files
esp-idf/examples/peripherals
morris bc2a2d3cde gptimer: support RC_FAST clock source
GPTimer on C6 supports RC_FAST as the clock source. The benefit of this
clock is that, the clock can sustain in light sleep.

Added a new API to return the real resolution of the timer handle.
2022-12-26 13:18:25 +08:00
..
2022-12-21 21:19:29 +08:00
2022-11-08 17:05:33 +08:00
2022-11-08 17:05:33 +08:00
2022-11-04 17:40:29 +08:00
2022-12-09 17:02:44 +01: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.