esp-idf/examples/peripherals
morris 5daa73d236 Merge branch 'refactor/mcpwm_hal_driver_doc' into 'master'
mcpwm: don't support disable carrier one-shot pulse

Closes IDFGH-7406

See merge request espressif/esp-idf!18295
2022-06-10 10:28:59 +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 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 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

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.