Hello,
So I have a series of 6 Light Boxes. I'm using 5V - Solid State Relays and Arduino Mega to control 15 Amps worth of Bulbs. And of course, some boxes have NO rhythm or pattern. And while I can program for that, I'm having problems with being able to run each box AT THE SAME TIME. I created functions I labeled BOX1() or even BOX2BLUE() and BOX2PURPLE() for really intricate ON/OFF states, but they run sequentially. How can I call upon all functions to run at the same time?
Any help would be great. I have a feeling it's easy, I just can't find the solution. Is it somewhere in millis()?
Thank,
Michael

