So for My AP CompScience Class, I made a bigass statue of liberty out of LED's and Im trying to animate it, although i ran into a stumbling block. I want one loop to run animations for the torch, one loop running fireworks in the backgroud, and 3 other loops running other things? I dont know if more than one loop is possible. If there's a better way to do this, please share! Still somewhat new to Arduino.
Thanks! ~Southern
Have one loop do four things, sequentially. Don't use delays, instead look at the Blink Without Delay example.
The example sketch in the first post of this Thread may help.
...R
Works very well! Thanks alot!