esp-idf/examples/peripherals
2023-01-17 15:28:27 +08:00
..
adc adc: support ADC on esp32c6 (driver/test/example) 2022-12-23 11:24:06 +08:00
dac Fix small typos in signal_generator/README.md 2022-11-06 21:57:35 -08:00
dedicated_gpio Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. 2022-11-22 14:17:40 +08:00
gpio esp32h2: add build test 2023-01-17 10:29:04 +08:00
i2c I2C: Fix doc about pull-up, 2023-01-09 10:18:03 +08:00
i2s i2s: fix some typos 2022-12-29 16:31:03 +08:00
lcd lcd: Add SH1107 controller into I2C oled example. 2022-12-07 09:04:17 +01:00
ledc ledc: move callback to IRAM, it's called from an ISR 2022-12-22 12:11:32 +08:00
mcpwm mcpwm: support non-varg version of generator functions 2023-01-03 14:42:49 +08:00
pcnt/rotary_encoder fix pcnt sdm pre-commit failure 2023-01-17 15:28:27 +08:00
rmt rmt: support pll clock source on esp32c6 2022-12-22 11:25:54 +08:00
sdio example/sdio: add support for ESP32-S3 as host (via SD) 2022-11-21 14:03:41 +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 fix pcnt sdm pre-commit failure 2023-01-17 15:28:27 +08:00
spi_master spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave_hd spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
temp_sensor ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
timer_group esp32h2: add build test 2023-01-17 10:29:04 +08:00
touch_sensor example: update format string in touch related examples 2022-08-24 12:10:59 +08:00
twai twai: bringup on esp32c6 2022-11-04 17:40:29 +08:00
uart esp32h2: add build test 2023-01-17 10:29:04 +08:00
usb usb_host: license and typos fixes 2023-01-11 14:23:22 +01:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +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.