esp-idf/examples/peripherals
2023-05-24 14:04:11 +08:00
..
adc adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +08:00
analog_comparator ana_cmpr: add programming guide 2023-03-17 14:35:55 +08:00
dac ana_cmpr: designed driver layer 2023-03-17 11:38:32 +08:00
dedicated_gpio Dedicated GPIO: add software UART implementation for Xtensa targets 2023-04-14 15:31:34 +08:00
gpio esp32h4: remove esp32h4 target from ci 2023-04-20 15:19:47 +08:00
i2c esp32h4: remove esp32h4 target from peripherals 2023-04-20 15:19:45 +08:00
i2s i2s: public bclk_div and add a default config for PDM TX DAC 2023-05-06 14:19:48 +08:00
lcd i80_lcd: support skip command phase 2023-04-04 08:31:41 +00:00
ledc ledc: Support gamma curve fade feature on esp32c6 and esp32h2 2023-03-10 12:42:46 +08:00
mcpwm mcpwm: fix bldc example force output level inverted 2023-05-10 19:17:21 +08:00
parlio/simple_rgb_led_matrix parlio: add simple rgb led matrix example 2023-03-01 00:43:14 +00:00
pcnt/rotary_encoder fix pcnt sdm pre-commit failure 2023-01-17 15:28:27 +08:00
rmt example: fix led strip memory overwrite before trans done 2023-05-24 14:04:11 +08:00
sdio ci: migrate peripherals ttfw test scripts 2023-04-10 08:46:42 +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: simplify readme description of spi examples 2023-02-13 15:44:12 +08:00
spi_slave esp32h4: remove esp32h4 target from peripherals 2023-04-20 15:19:45 +08:00
spi_slave_hd esp32h4: remove esp32h4 target from peripherals 2023-04-20 15:19:45 +08:00
temperature_sensor temperature_sensor: Add temperature monitor interrupt example 2023-03-03 10:40:47 +08:00
timer_group ci: Relax a check in pytest_gptimer_example 2023-05-17 23:40:59 +08:00
touch_sensor example: update format string in touch related examples 2022-08-24 12:10:59 +08:00
twai twai: h2 support twai driver 2023-02-16 16:34:23 +08:00
uart esp32h4: remove esp32h4 target from peripherals 2023-04-20 15:19:45 +08:00
usb usb: update usb device msc example by adding new API tinyusb_msc_register_callback 2023-05-22 12:00:44 +05:30
.build-test-rules.yml i2s: public bclk_div and add a default config for PDM TX DAC 2023-05-06 14:19:48 +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.