esp-idf/examples/peripherals
Tomas Rezucha cf59a8a2bd Merge branch 'feature/usb_v5_qol' into 'master'
usb: USB IDF v5 update

Closes IDF-4690 and IDF-5767

See merge request espressif/esp-idf!19875
2022-09-08 19:50:22 +08:00
..
adc esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
gpio driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
i2c correct spelling of detect 2022-08-28 22:06:32 -05:00
i2s i2s: add notes for the read task of i2s basic examples 2022-09-06 10:29:30 +08:00
lcd examples/tjpgd: Use esp_jpeg component in tjpgd example. 2022-08-17 14:42:10 +02:00
ledc
mcpwm mcpwm: don't use keyword operator 2022-08-17 06:31:50 +00:00
pcnt/rotary_encoder
rmt ci: Modify build-test-rules.yml `enable' to `disable` to exclude preview targets 2022-09-01 12:38:00 +08:00
sdio driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-12 11:24:03 +05:30
sigma_delta
spi_master examples/tjpgd: Use esp_jpeg component in tjpgd example. 2022-08-17 14:42:10 +02:00
spi_slave
spi_slave_hd driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
temp_sensor driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
timer_group
touch_sensor example: update format string in touch related examples 2022-08-24 12:10:59 +08:00
twai driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
uart
usb Merge branch 'feature/usb_v5_qol' into 'master' 2022-09-08 19:50:22 +08:00
wave_gen
.build-test-rules.yml ci: Modify build-test-rules.yml `enable' to `disable` to exclude preview targets 2022-09-01 12:38:00 +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.