esp-idf/examples/peripherals
Alexey Lantushenko 9d1747dd59 1. The example does not work with when board only supports TYPE1 format 2. The example has syntax error converting void* to adc_digi_output_data_t*
Signed-off-by: Armando <douyiwen@espressif.com>

Merges https://github.com/espressif/esp-idf/pull/11347
2023-05-09 12:37:05 +08:00
..
adc 1. The example does not work with when board only supports TYPE1 format 2. The example has syntax error converting void* to adc_digi_output_data_t* 2023-05-09 12:37:05 +08:00
analog_comparator
dac
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
ledc
mcpwm
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt rmt_onewire: refactor example with component manager 2023-04-27 15:02:55 +08:00
sdio ci: migrate peripherals ttfw test scripts 2023-04-10 08:46:42 +08:00
secure_element/atecc608_ecdsa
sigma_delta
spi_master
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
timer_group esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-25 14:12:06 +08:00
touch_sensor
twai
uart esp32h4: remove esp32h4 target from peripherals 2023-04-20 15:19:45 +08:00
usb Merge branch 'ci/chip_support_network_invalid_kconfigs' into 'master' 2023-04-26 17:26:05 +08:00
.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

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.