Code: Select all
esp_err_t status = adc2_vref_to_gpio( GPIO_NUM_25);
Code: Select all
esp_err_t status = adc2_vref_to_gpio( GPIO_NUM_25);
Ok that makes sense to me. It felt a bit hack to put a load on it .ESP_Sprite wrote: ↑Mon Sep 07, 2020 7:38 amYeah, I would not load that pin; just throw an unity gain amplifier at it and you should be good.
Code: Select all
esp_adc_cal_raw_to_voltage(reading, adc_chars);
Users browsing this forum: No registered users and 105 guests