esp-idf/examples/peripherals
2023-04-04 07:47:55 +00:00
..
adc esp_adc: support h2 oneshot mode and continuous mode 2023-02-23 11:48:31 +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 gpio: support glitch filter on esp32h2 2023-02-11 23:01:01 +08:00
gpio Update gpio_example_main.c 2023-03-07 11:48:36 +08:00
i2c Update partitions_example.csv 2023-03-08 18:36:15 +01:00
i2s i2s_es8311: ignore compiling warning temporary 2023-04-04 12:58:05 +08:00
lcd lcd: driver support for esp32h2 2023-02-11 00:30:48 +00:00
ledc ledc: Support gamma curve fade feature on esp32c6 and esp32h2 2023-03-10 12:42:46 +08:00
mcpwm mcpwm: support esp32h2 2023-02-02 19:05:31 +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 docs: update readme links to ledstrip datasheet 2023-03-28 15:37:04 +08:00
sdio sdio: c6 doc update 2023-01-18 02:34:46 +00: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 spi: simplify readme description of spi examples 2023-02-13 15:44:12 +08:00
spi_slave_hd spi_slave: support spi slave hd append mode on chips other than s2 2023-03-21 11:30:17 +08:00
temperature_sensor temperature_sensor: Add temperature monitor interrupt example 2023-03-03 10:40:47 +08:00
timer_group rmt: expose private API to get channel ID 2023-02-16 11:37:25 +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 uart: increase default stack size for nmea example 2023-03-24 10:49:47 +08:00
usb usb: Update host CDC examples 2023-04-04 07:47:55 +00:00
.build-test-rules.yml ana_cmpr: add an example and test cases 2023-03-17 11:38:32 +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.