Stratus LEDs 100W Module Operating Instructions/Tips
/
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
}
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
}
Rcreviews.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.
Watch more videos
-
Deathstroke 3d printed wearable mask #shorts
Deathstroke 3d printed wearable mask with X1C BambuLab #shorts #3dprinting #deathstroke #bamb... -
Dirt bike and quadbike event at Crazy Ferma 2022-02-06
Another great winter event for dirt lovers. This time it was really bad weather, frozen fingers,... -
#Shorts massive servo wire attack
About 200 packs and 1000 servo leads in free fall For many many many planes to build! #shorts ...

Advertising