Hi there everyone
I really need some guidance with a project I'm busy with. I am constructing a LED light strip driver using a Nano(V3.0) and a ULN2003 driver. My current code works perfectly, but I need to add a pair of dip switches to cancel the last 2 LED strips.
The idea behind it is this: Power on, LED strip 1 starts, followed by LED strip 2, then LED strip 3, etc. As the next strip comes on the first switches off, eventually starting back at number 1.
I need to add 2 dip switches onto LED strip 4 and 5, to turn them on and off, but at the same time turning their respective timing on and off as well.
So basically, if 4 and 5 are off, the sequence runs 1, 2, 3, 1, 2, 3.... with their timing inbetween.
Am I making sense?