esp-idf/examples/peripherals
Saurabh Kumar Bansal 8cf6325491 Merge branch 'feature/usb_msc_device_driver' into 'master'
usb: modify example according to newly implemented USB MSC Device class driver

Closes IDF-1600

See merge request espressif/esp-idf!22727
2023-04-06 14:30:39 +08:00
..
adc ci: skip build default app if config rules matched, add missing files 2023-04-06 09:18:58 +08:00
analog_comparator ana_cmpr: add programming guide 2023-03-17 14:35:55 +08:00
dac ana_cmpr: designed driver layer 2023-03-17 11:38:32 +08:00
dedicated_gpio
gpio
i2c
i2s i2s_es8311: ignore compiling warning temporary 2023-04-04 12:58:05 +08:00
lcd i80_lcd: support skip command phase 2023-04-04 08:31:41 +00:00
ledc
mcpwm
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt docs: update readme links to ledstrip datasheet 2023-03-28 15:37:04 +08:00
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd spi_slave: support spi slave hd append mode on chips other than s2 2023-03-21 11:30:17 +08:00
temperature_sensor
timer_group
touch_sensor
twai
uart uart: increase default stack size for nmea example 2023-03-24 10:49:47 +08:00
usb usb: modify example according to newly implemented usbd msc driver 2023-04-04 17:48:20 +00:00
.build-test-rules.yml ana_cmpr: add an example and test cases 2023-03-17 11:38:32 +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.