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 change: renamed FATFS convenience mounting functions 2022-04-11 08:44:40 +00:00
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 CI: rename some tests to avoid duplicated test names 2022-03-11 18:38:41 +08:00
rmt
sdio
secure_element/atecc608_ecdsa mbedtls-3.X: Update the esp-cryptoauthlib submodule 2022-03-03 01:37:10 +05:30
sigmadelta
spi_master examples/spi_master: Fixed SPI read (keeping CS active) in SPI master example 2022-03-29 08:43:16 +02:00
spi_slave spi: support spi on h2 2022-03-29 11:54:08 +08:00
spi_slave_hd spi: support spi on h2 2022-03-29 11:54:08 +08:00
temp_sensor Temperature_sensor: Create new temperature sensor API 2022-03-04 18:13:35 +08:00
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.