Lights Fading up and then staying on


#21

What does the dimming variable do?


#22

To keep it simple, I ended up not adding another variable. I just made the WHILE loop so it would execute when the FadeLevel was = 1. That will let it execute the first loop, and by the time it comes around again (due to the 8 second wait in it), the switch will be reporting β€˜on’ and the loop will continue running.