esp-idf/examples/peripherals
Tomas Rezucha 7fc0c14f4d usb_host: Add Virtual COM Port CDC example
This example implements usual UART/USB convertor driver.
Closes https://github.com/espressif/esp-idf/issues/8645
2022-04-22 09:50:46 +02:00
..
adc
gpio ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
i2c
i2s
lcd lcd: don't turn on disp in init 2022-04-21 13:59:47 +00:00
ledc ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
mcpwm clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
pcnt/rotary_encoder
rmt
sdio
secure_element/atecc608_ecdsa
sigmadelta
spi_master
spi_slave
spi_slave_hd
temp_sensor
timer_group clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
touch_sensor
twai
uart
usb usb_host: Add Virtual COM Port CDC example 2022-04-22 09:50:46 +02:00
wave_gen clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
README.md

README.md

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.