esp-idf/examples/peripherals
morris 35f755438b Merge branch 'contrib/github_pr_9311' into 'master'
Expand lcd/i80_controller example to support ILI9341 display (GitHub PR)

Closes IDFGH-7775

See merge request espressif/esp-idf!18937
2022-07-08 15:40:33 +08:00
..
adc
gpio
i2c
i2s spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
lcd Define EXAMPLE_LCD_H_RES & V_RES globally, not based on driver 2022-07-07 19:56:30 -07:00
ledc
mcpwm Fix out of range in mcpwm example 2022-06-23 10:57:54 +02:00
pcnt/rotary_encoder
rmt
sdio
secure_element/atecc608_ecdsa spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
sigmadelta
spi_master
spi_slave
spi_slave_hd
temp_sensor temperature_sensor: Add temperature sensor support for ESP32-C2 2022-06-23 15:36:43 +08:00
timer_group
touch_sensor touch_sensor: add description to distinguish the API on different target 2022-06-28 02:20:43 +00:00
twai
uart
usb usb: Added MIDI example + fixed TinyUSB MIDI config 2022-06-29 14:02:00 +00: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.