Tuniot: blink: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with "center|200px|thumb ==Code== ///////////////////////////////// // Generated with a lot of love// // with TUNIOT FOR ESP8266 // // Website:..."
 
Onnowpurbo (talk | contribs)
m Onnowpurbo moved page WeMOS: blink to Tuniot: blink
 
(No difference)

Latest revision as of 06:13, 12 November 2019


Code

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

void setup()
{
  pinMode(4, OUTPUT);
}

void loop()
{
    digitalWrite(4,HIGH);
    delay(1000);
    digitalWrite(4,HIGH);
    delay(1000);
}


Pranala Menarik