Revision as of 06:18, 12 November 2019 by Onnowpurbo(talk | contribs)(Created page with "center|200px|thumb ==Code== ///////////////////////////////// // Generated with a lot of love// // with TUNIOT FOR ESP8266 // // Webs...")
/////////////////////////////////
// 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);
}