adc: update adc 5.0 migration guide for adc_unit_t

This commit is contained in:
Armando
2022-03-08 19:39:35 +08:00
parent 386363cafd
commit 109f2a7449

View File

@@ -20,7 +20,8 @@ To make the API clearer, we renamed the function ``esp_rom_spiflash_lock`` to ``
ADC
---
Previous `driver/adc2_wifi_private.h` has been moved to `esp_private/adc2_wifi.h`.
- Previous `driver/adc2_wifi_private.h` has been moved to `esp_private/adc2_wifi.h`.
- Enums `ADC_UNIT_BOTH`, `ADC_UNIT_ALTER` and `ADC_UNIT_MAX` in ``adc_unit_t`` are removed.
GPIO
----