esp-idf/examples/peripherals
Song Ruo Jing 36cdf88a5b Merge branch 'contrib/github_pr_10402' into 'master'
ledc: move callback to IRAM as it's called from an ISR (GitHub PR)

Closes IDFGH-8990

See merge request espressif/esp-idf!21711
2022-12-22 16:55:29 +08:00
..
adc CI: add example adc tests 2022-12-21 21:19:29 +08:00
dac
dedicated_gpio
gpio
i2c
i2s i2s_record: use absolute including path 2022-12-20 15:27:45 +08:00
lcd lcd: Add SH1107 controller into I2C oled example. 2022-12-07 09:04:17 +01:00
ledc ledc: move callback to IRAM, it's called from an ISR 2022-12-22 12:11:32 +08:00
mcpwm
pcnt/rotary_encoder
rmt
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd
temp_sensor
timer_group etm: update etm event task new API 2022-12-07 15:43:20 +08:00
touch_sensor
twai
uart
usb usb_host: hid example 2022-12-09 17:02:44 +01:00
.build-test-rules.yml ledc: Add basic support for esp32c6 2022-12-07 18:40:50 +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.