Song Ruo Jing ad55230b0a ledc: Add support for esp32h2; Refactor ledc driver clock source selection related code
LEDC examples and test cases are supported on ESP32H2.
   Switch to use general clock IDs for ledc_clk_cfg_t enum values.
   Deprecate LEDC_USE_RTC8M_CLK.
2023-01-30 19:19:34 +08:00
..
2023-01-18 11:41:12 +08:00
2023-01-09 10:18:03 +08:00
2023-01-18 18:42:56 +08:00
2023-01-18 11:40:35 +08:00
2023-01-18 02:34:46 +00:00
2022-11-04 17:40:29 +08:00
2023-01-17 10:29:04 +08:00
2023-01-27 11:13:33 +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.