]> granicus.if.org Git - esp-idf/commit
feat(adc2): append adc2 support and api and the lock with WIFI module
authoresp32de <ESP32DE@users.noreply.github.com>
Tue, 28 Mar 2017 20:00:58 +0000 (04:00 +0800)
committermichael <xiaoxufeng@espressif.com>
Thu, 26 Oct 2017 06:35:29 +0000 (14:35 +0800)
commit7c0020bfd0bf16e3b9e9a57faa22305318c9702e
treefcec4b934863f65dd8ae7d2bc65a42b16ed84beb
parenta6ac5b33c9aa7fc600d5f0773e38374983860b28
feat(adc2): append adc2 support and api and the lock with WIFI module

append adc support and api
- esp_err_t adc2_config_width(adc_bits_width_t width_bit);
- esp_err_t adc2_config_channel_atten(adc2_channel_t channel, adc_atten_t atten);
- int adc2_get_voltage(adc2_channel_t channel);
components/driver/include/driver/adc.h
components/driver/include/driver/adc2_wifi_internal.h [new file with mode: 0644]
components/driver/rtc_module.c
components/soc/esp32/include/soc/sens_reg.h
docs/api-reference/peripherals/adc.rst