Add the following snippet to your HTML:<iframe frameborder='0' height='385' scrolling='no' src='https://www.hackster.io/josh2010/led-blinkers-4e5f9b/embed' width='350'></iframe>
Easy and lot's fun
Read up about this project on
when I started Arduino I struggled and I want you to fly in Arduino
void setup() { pinMode(13,OUTPUT); } void loop() { digitalWrite(10,HIGH); delay(10); digitalWrite(10,LOW); delay(1); }
Please log in or sign up to comment.
Comments
Please log in or sign up to comment.