marquee help
hello everyone, going through tutorials came redboard , need little help.
i'm trying make 2 led's light off in order , reverse order don't understand how incorporate 2 "if" statements.
i tried calling 1 statement "marquee" , second "marquee2" in "void loop();" section..but maybe i'm doing wrong?
thanks everyone!
i'm trying make 2 led's light off in order , reverse order don't understand how incorporate 2 "if" statements.
i tried calling 1 statement "marquee" , second "marquee2" in "void loop();" section..but maybe i'm doing wrong?
thanks everyone!
please post code correctly, paste between statements pop when press </> icon because mobile devices can't cope .ino file.
the function called loop not void loop. void means returns no value.
you incorporate 2 statements in if using either && , operation or || or operation. && means both statements have true if true , || either statement has true if true.
more specific whe. can see code.
the function called loop not void loop. void means returns no value.
you incorporate 2 statements in if using either && , operation or || or operation. && means both statements have true if true , || either statement has true if true.
more specific whe. can see code.
Arduino Forum > Using Arduino > LEDs and Multiplexing > marquee help
arduino
Comments
Post a Comment