We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ae46459
To prevent trouble with ESP8266 boards I have changed:
while(adc.isBusy()){}
to
while(adc.isBusy()){ delay(0); }