Tuniot: analogRead

From OnnoWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Tuniot-analogRead.png


Code

/////////////////////////////////
// Generated with a lot of love//
// with TUNIOT FOR ESP8266     //
// Website: Easycoding.tn      //
/////////////////////////////////

void setup()
{
  Serial.begin(115200);
}

void loop()
{
    Serial.println(analogRead(A0));
    delay(200);
}


Pranala Menarik