esp-idf/examples/peripherals
Armando 81007ee4ed esp_adc: add adc ulp mode disable enum
Prior to this commit, adc ulp is disabled by setting
adc_oneshot_unit_init_cfg_t::ulp_mode to false.

After this commit, a new enum `ADC_ULP_MODE_DISABLE` is added. So
setting `ulp_mode` to `ADC_ULP_MODE_DISABLE`, instead of `false`, to
disable the ulp mode.
2022-08-23 10:48:15 +08:00
..
adc esp_adc: add adc ulp mode disable enum 2022-08-23 10:48:15 +08:00
gpio build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
i2c build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
i2s i2s: fixed duplicated test case name 2022-08-12 14:57:54 +08:00
lcd Merge branch 'example/i80_controller_touch' into 'master' 2022-08-04 13:50:08 +08:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
pcnt/rotary_encoder pcnt: add const qualifier to event data 2022-07-20 14:59:50 +08:00
rmt rmt: const callback event data 2022-07-22 00:12:36 +00:00
sdio build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-18 20:15:18 +05:30
sigma_delta sdm: refactor example with new driver 2022-07-20 14:59:50 +08:00
spi_master build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
spi_slave docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spi_slave_hd build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
temp_sensor build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
timer_group esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
touch_sensor build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
twai build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
uart QA: Check driver installation status 2022-07-18 09:25:22 +00:00
usb build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
wave_gen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
.build-test-rules.yml touch_sensor: add pytest for all examples 2022-08-01 13:16:04 +08: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.