1
comment
|
Add Comment
|
![]() |
Add Comment
|
3 Simple Ways to
Share What You Make
With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.
Other ways to share:
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
Share your step-by-step photos with text instructions of what you made so others can do it too!
Share your how-to video. You'll need your embed code from a video site such as YouTube.



Watch the two following videos, here is the code. int led1Pin=1; int led2Pin=2; int led3Pin=3; int led4Pin=4; int led5Pin=5; int led6Pin=6; int led7Pin=7; int led8Pin=8; int led9Pin=9; void setup() { pinMode(led1Pin, OUTPUT); pinMode(led2Pin, OUTPUT); pinMode(led3Pin, OUTPUT); pinMode(led4Pin, OUTPUT); pinMode(led5Pin, OUTPUT); pinMode(led6Pin, OUTPUT); pinMode(led7Pin, OUTPUT); pinMode(led8Pin, OUTPUT); pinMode(led9Pin, OUTPUT); } void loop() { digitalWrite(led1Pin, HIGH); delay(100); digitalWrite(led1Pin, LOW); digitalWrite(led2Pin, HIGH); delay(100); digitalWrite(led2Pin, LOW); digitalWrite(led3Pin, HIGH); delay(100); digitalWrite(led3Pin, LOW); digitalWrite(led4Pin, HIGH); delay(100); digitalWrite(led4Pin, LOW); digitalWrite(led5Pin, HIGH); delay(100); digitalWrite(led5Pin, LOW); digitalWrite(led6Pin, HIGH); delay(100); digitalWrite(led6Pin, LOW); digitalWrite(led7Pin, HIGH); delay(100); digitalWrite(led7Pin, LOW); digitalWrite(led8Pin, HIGH); delay(100); digitalWrite(led8Pin, LOW); digitalWrite(led9Pin, HIGH); delay(100); digitalWrite(led9Pin, LOW); }
1
comment
|
Add Comment
|

![]() |
Add Comment
|
Perfduino Build Your Own Arduino
by
Revolt Lab
StopIt! LED Game (powered by arduino)
by
juggleboy
Making 1x10 LED Array with Random Patterns
by
ChromeCoyote
Arduino IR sensor and LEDs
by
jeritgeorge42
Turn on and off your things with a laser!
by
XicoMBD
PIR Alarm Arduino Motion Sensor (with Encasing)
by
chuck4747
Arduino Laser Security Shield
by
Bitline
694
views

Total Views: 694
Today Views: 18
Comments: 0
Rating: 0
© 2012 Instructables

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.


