esp-idf/examples/peripherals
Fu Hanxi 7b5a3af407 Merge branch 'feat/reorg_examples' into 'master'
feat: new find_build_apps rules with centralized manifest file

Closes IDFCI-1061, IDF-3553, IDFCI-941, IDFCI-1359, and IDFCI-1361

See merge request espressif/esp-idf!18299
2022-07-14 20:04:12 +08:00
..
adc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
gpio docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
i2c docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
i2s docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
lcd Merge branch 'feat/reorg_examples' into 'master' 2022-07-14 20:04:12 +08:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm Fix out of range in mcpwm example 2022-06-23 10:57:54 +02:00
pcnt/rotary_encoder tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
rmt docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
sdio tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
secure_element/atecc608_ecdsa spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
sigmadelta docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spi_master docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spi_slave docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spi_slave_hd docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
temp_sensor docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
timer_group docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
touch_sensor touch_sensor: add description to distinguish the API on different target 2022-06-28 02:20:43 +00:00
twai docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
uart docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
usb usb: Added MIDI example + fixed TinyUSB MIDI config 2022-06-29 14:02:00 +00: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 feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08: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.