Premium Only Content

Digital Flare Part 3 Programming
The angled brackets aren't allowed on YouTube coments. There are notes on the lines to fix them:
- fix this line #include (here)Adafruit_NeoPixel.h(here)
#define PIN 6
#define pix 28
Adafruit_NeoPixel strip = Adafruit_NeoPixel(pix, PIN, NEO_GRB + NEO_KHZ800);
#define yellow 200,55,0
#define off 0,0,0
void setup() {
pinMode(8,INPUT_PULLUP);
pinMode(9,INPUT_PULLUP);
strip.begin();
strip.show();
- (less than) for(int a=0;a(here)pix;a++){
strip.setPixelColor(a,yellow);
strip.show();
delay(35);
strip.setPixelColor(a,off);
}
strip.show();
}
int pgm;
int spd=10;
int pixel;
int bright;
long unsigned timer=millis();
void loop() {
if(pgm==0){
strip.setPixelColor(pixel,off);
pixel++;
pixel%=pix;
strip.setPixelColor(pixel,yellow);
strip.show();
}
if(pgm==1){
- (less than) for(int a=0;a(here)pix;a++){
if(bright){strip.setPixelColor(a,yellow);}
if(!bright){strip.setPixelColor(a,off);}
}
strip.show();
bright=!bright;
}
if(pgm==2){
- (less than) for(int a=0;a(here)pix;a++){
if(bright){strip.setPixelColor(a,255,0,0);}
if(!bright){strip.setPixelColor(a,0,0,255);}
}
strip.show();
bright=!bright;
}
fix this line (less than) while(millis()(here)timer){
if(!digitalRead(8)){
pgm++;
pgm%=3;
delay(2);
while(!digitalRead(8)){}
delay(2);
}
if(!digitalRead(9)){
spd+=25;
fix this line (More than) if(spd(here)150){spd=10;}
delay(2);
while(!digitalRead(9)){}
delay(2);
}
}
timer+=spd;
}
-
26:13
The Brett Cooper Show
2 days ago $2.85 earnedThe Dark Truth Behind Child Acting | Episode 65
34.4K21 -
27:09
Liberty Hangout
9 days agoFooling Libs to AGREE Biden's Cages Were Worse
177K34 -
1:42:04
RoxomTV
1 day agoBitcoin Airbnb, BlackRock Stacks, Trump Smashes Fed | Blockchain Report
9.93K2 -
1:27:18
Mike Rowe
2 days agoTheo Von Is Another Troubled White Boy | #449 | The Way I Heard It
100K27 -
3:50:41
FreshandFit
12 hours agoFresh&Fit Taking These Girls To Therapy
174K70 -
2:13:26
Badlands Media
14 hours agoDevolution Power Hour Ep. 390 - Political Warfare, Jimmy Kimmel & ANTIFA
101K31 -
2:43:56
TimcastIRL
9 hours agoJimmy Kimmel FIRED, ABC Pulls Show Over Charlie Kirk Assassination Comments | Timcast IRL
388K216 -
1:58:02
Barry Cunningham
9 hours agoJIMMY KIMMEL CANCELLED | OBAMA IS WHINING! | JD VANCE ON JESSE WATTERS!
116K133 -
2:34:46
TheSaltyCracker
9 hours agoWe Got Him Fired ReeEEStream 9-17-25
164K385 -
43:44
Man in America
11 hours agoAmericans Are About to Lose Everything—And They Don’t Even Know It
67.5K33