esp-idf/examples/peripherals
2022-07-20 09:36: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 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +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 Merge branch 'example/fix_ir_nec_transceiver_issue' into 'master' 2022-07-15 11:39:36 +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 example: peripherals/usb: fix typo naming of local variables 2022-07-20 09:36:24 +08: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 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +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.