I want to get the value of the ADC pin form an ESP-12e board with the IDE software, but cannot seem to get any info on that.
I tried to get it with:
analogread(0) ;
but cannot get anything but 0 as a result.
I have 0,31v going to it.
What is the exact syntax to get the value of the ADC pin in IDE?
The LUA syntax is adc.read(0).
Thank you for any help.
George