esp-idf/examples/peripherals
Cao Sen Miao 3a820462ac temperature_sensor: Add temperature sensor support for ESP32-C2 2022-06-23 15:36:43 +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 i2s: update documents for driver-NG 2022-06-15 10:30:04 +08:00
lcd spi_lcd: make tjpgd example runnable on C2 2022-06-14 02:20:47 +00:00
ledc tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
mcpwm mcpwm: don't support disable carrier first pulse 2022-06-02 15:01:18 +08: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 temperature_sensor: Add temperature sensor support for ESP32-C2 2022-06-23 15:36:43 +08: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 usb: Clean-up TinyUSB unnecessary code 2022-06-09 10:56:39 +02: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.