Stratus LEDs 100W Module Operating Instructions/Tips

Video Channel
Please help us to find bad videos. Broken or unappropriated video content?
/
Arduino Strobe Code:
//Stratus LEDs Strobe
//See www.stratusleds.com for a tutorial video
//Created by Daniel Riley
int ledPin = 3; // Sets digital pin 3 as the ledPin
void setup() {
pinMode(ledPin, OUTPUT); // Sets ledPin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turns LED on
delay(25); // Time in miliseconds the LED stays on
digitalWrite(ledPin, LOW); // Turns LED off
delay(100); // Time in miliseconds the LED stays off
}
Mdp.lt is not the owner of this text/video/image/photo content, the real source of content is Youtube.com and user declared in this page publication as Youtube.com user, if you have any question about video removal, what was shared by open community, please contact Youtube.com directly or report bad/not working video links directly to video owner on Youtube.com. Removed video from Youtube.com will also be removed from here.