Files
esp-idf/examples/peripherals
Darian Leung ec2ba71f97 refactor(soc): SOC_USB_PERIPH_NUM option
This commit refactors SOC_USB_PERIPH_NUM as follows:

- Renamed to SOC_USB_OTG_PERIPH_NUM to avoid confusion with USB Serial JTAG
- Updated to unsigned integer "1U"
- Updated some build rules to depend on SOC_USB_OTG_SUPPORTED instead
2023-11-24 16:21:07 +01:00
..
2022-08-18 10:57:12 +08:00
2023-05-29 14:20:29 +08:00
2023-09-06 17:04:34 +08:00
2022-11-01 14:36:44 +08:00
2022-08-18 10:57:12 +08:00
2023-04-05 07:54:29 +02: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.