esp-idf/examples/peripherals
2022-07-27 15:22:24 +08:00
..
adc esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +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 i2s: add slot sequence table 2022-07-21 15:52:39 +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 example: update bdc speed control example with new driver API 2022-07-27 15:22:24 +08:00
pcnt/rotary_encoder pcnt: add const qualifier to event data 2022-07-20 14:59:50 +08:00
rmt rmt: const callback event data 2022-07-22 00:12:36 +00: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
sigma_delta sdm: refactor example with new driver 2022-07-20 14:59:50 +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 esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +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 esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +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 example: update bdc speed control example with new driver API 2022-07-27 15:22:24 +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.