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!

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.


Arduino Forum > Using Arduino > LEDs and Multiplexing > marquee help


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'