Armando 5e31d4bb2b 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-22 11:00:28 +08:00
..
2022-08-08 08:30:09 +00:00
2022-08-08 08:30:09 +00:00
2022-08-17 06:31:50 +00:00
2022-07-22 00:12:36 +00:00
2022-08-08 08:30:09 +00:00
2022-08-08 08:30:09 +00:00
2022-07-18 09:25:22 +00:00
2022-08-10 14:51:18 +02: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.