josh2010
Published © GPL3+

Cool led blink

Easy to make lots of fun for biginners

BeginnerFull instructions provided73
Cool led blink

Things used in this project

Story

Read more

Schematics

shiny_elzing_G4ubVU8SAx.png

Code

code

C/C++
void setup()
{
  pinMode(13, OUTPUT);
}

void loop()
{
  digitelWrite(13,HIGH);
  delay(13,LOW);
  digitelWrite(13,HIGH);
  delay(13,LOW); 

}

Credits

josh2010
3 projects • 1 follower
Contact

Comments

Please log in or sign up to comment.