esp-idf/examples/peripherals
Michael (XIAO Xufeng) f7be540222 ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
..
adc ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
gpio tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
i2c ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
i2s ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
lcd ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
ledc tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
mcpwm tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pcnt/rotary_encoder tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
rmt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sdio tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
secure_element/atecc608_ecdsa tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sigmadelta ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
spi_master ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
spi_slave ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
spi_slave_hd ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
temp_sensor tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
timer_group timer: disable nano printf for gptimer examples 2022-06-02 11:08:59 +08:00
touch_sensor tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
twai ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
uart tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
usb tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
wave_gen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00: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.