esp-idf/examples/peripherals
morris ab42d63054 fix(ci): pre-commit failure on readme check 2023-08-28 05:17:56 +00:00
..
adc adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +08:00
analog_comparator
dac
dedicated_gpio
gpio feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
i2c feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
i2s feat(example): bump up version of es8311 lvgl in the example 2023-07-01 17:55:58 +08:00
lcd feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +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
pcnt/rotary_encoder feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
rmt example: fix led strip memory overwrite before trans done 2023-05-24 14:04:11 +08:00
sdio all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd
temperature_sensor
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(usb): update HID Host example 2023-06-29 11:58:46 +02:00
.build-test-rules.yml change(ci): add todo to p4 build test enable 2023-08-24 12:51:19 +08:00
README.md

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.