esp-idf/examples/peripherals
Tomas Rezucha 6330d5d312 usb: Extend CDC device with second CDC channel
Closes https://github.com/espressif/esp-idf/issues/7020
Closes https://github.com/espressif/esp-idf/pull/8011
2022-01-05 08:18:03 +01:00
..
adc adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
gpio esp8684: support GPIO peripheral, IO_MUX, GPIO matrix. 2021-12-29 22:01:45 +08:00
i2c
i2s
lcd
ledc
mcpwm
pcnt
rmt CI: Enable ESP8684 build stage CI on master 2021-12-13 19:18:47 +08:00
sdio
secure_element/atecc608_ecdsa
sigmadelta
spi_master
spi_slave
spi_slave_hd spi_slave_hd: fix stack variable bug in seg_slave example 2021-12-10 17:54:29 +08:00
temp_sensor
timer_group timer: example migrate to pytest 2021-12-23 11:39:32 +08:00
touch_sensor
twai
uart
usb usb: Extend CDC device with second CDC channel 2022-01-05 08:18:03 +01:00
wave_gen
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.