esp-idf/examples/peripherals
Kevin (Lao Kaiyao) cf54ebc9c1 Merge branch 'feature/support_parlio_tx_on_p4' into 'master'
feat(parlio_tx): supported parlio tx on p4

Closes IDF-7472

See merge request espressif/esp-idf!25365
2023-09-27 12:33:34 +08:00
..
adc adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +08:00
analog_comparator feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +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 feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
i2c feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
i2s feat(example): bump up version of es8311 lvgl in the example 2023-07-01 17:55:58 +08:00
lcd Merge branch 'feature/esp_lcd_example_use_lvgl_lock' into 'master' 2023-09-26 10:23:29 +08:00
ledc refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
mcpwm feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +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 feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
rmt feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
sdio all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +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 fix(ci): pre-commit failure on readme check 2023-08-28 05:17:56 +00:00
touch_sensor fix(soc): soc header files can pass CI check 2023-06-26 23:00:45 +08:00
twai driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
uart feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
usb feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
.build-test-rules.yml Merge branch 'feature/support_parlio_tx_on_p4' into 'master' 2023-09-27 12:33:34 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

README.md

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.