esp-idf/examples/peripherals
Kevin (Lao Kaiyao) 6184af208c Merge branch 'contrib/github_pr_10123' into 'master'
Fix small typos in signal_generator/README.md (GitHub PR)

Closes IDFGH-8678

See merge request espressif/esp-idf!20955
2022-11-07 18:28:37 +08:00
..
adc esp_adc: defined an example macro for attenuation 2022-10-13 21:03:51 +08:00
dac Fix small typos in signal_generator/README.md 2022-11-06 21:57:35 -08:00
gpio ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
i2c doc: redirect console page 2022-11-02 14:21:57 +08:00
i2s i2s: support 4 line pdm rx on esp32s3 2022-11-04 15:46:34 +08:00
lcd Fixed first character in LVGL OLED example. 2022-09-20 15:04:26 +02:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
pcnt/rotary_encoder ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
rmt ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sdio example: fixed spi_slave_hd and sdio hosts should pull essl package of compatible versions 2022-09-29 02:20:36 +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 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
spi_master examples: support spi master examples on esp32cxx 2022-10-21 10:43:20 +08:00
spi_slave example: remove build disable rules of spi_xxx example for c2 in build-test-rules.yml 2022-10-21 10:43:20 +08:00
spi_slave_hd example: remove build disable rules of spi_xxx example for c2 in build-test-rules.yml 2022-10-21 10:43:20 +08:00
temp_sensor Fixed typo 2022-10-31 17:31:40 +01:00
timer_group ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
usb tinyusb: Use TinyUSB from component registry 2022-11-02 08:24:43 +01:00
.build-test-rules.yml i2s: refactor soc caps 2022-11-04 12:31:12 +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.