esp-idf/examples/peripherals
Martin Vychodil ba0eb09895 Merge branch 'fix/usb_midi_tinyusb_refactor' into 'master'
usb: Refactor USB MIDI example

Closes IDF-5690

See merge request espressif/esp-idf!19399
2022-10-19 16:27:53 +08:00
..
adc esp_adc: defined an example macro for attenuation 2022-10-13 21:03:51 +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 Merge branch 'feat/essl_extra_component' into 'master' 2022-09-26 18:29:07 +08:00
lcd Fixed first character in LVGL OLED example. 2022-09-20 15:04:26 +02:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm mcpwm: don't use keyword operator 2022-08-17 06:31:50 +00:00
pcnt/rotary_encoder pcnt: add const qualifier to event data 2022-07-20 14:59:50 +08:00
rmt ci: Modify build-test-rules.yml enable' to disable` to exclude preview targets 2022-09-01 12:38:00 +08:00
sdio example: fixed spi_slave_hd and sdio hosts should pull essl package of compatible versions 2022-09-29 02:20:36 +08:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-12 11:24:03 +05:30
sigma_delta sdm: refactor example with new driver 2022-07-20 14:59:50 +08:00
spi_master examples/tjpgd: Use esp_jpeg component in tjpgd example. 2022-08-17 14:42:10 +02:00
spi_slave docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spi_slave_hd example: fixed spi_slave_hd and sdio hosts should pull essl package of compatible versions 2022-09-29 02:20:36 +08:00
temp_sensor driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
timer_group gptimer: incerase example test threshold 2022-09-14 14:40:28 +00:00
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 examples: fix the RS485 line driver in the readme 2022-10-10 09:31:39 +02:00
usb usb: Refactor USB MIDI example 2022-10-18 15:09:09 +02:00
wave_gen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
.build-test-rules.yml rmt: support esp32c6 2022-09-17 04:56:49 +00:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.