okay I'm sure by now most will recognize my name here and I hope I'm not annoying anyone with my repetition, but I have time now again to work on my design.
I need to make a string of "X" led "UNITS" to blink in a pattern such as inside to outside (and vice versa), left to right chase(and vice versa), 1/2 and 1/2 alternating (Just to name a few)
X = 1-10
My problem is the "blink" with digital delay is not effective for 10 individual units blinking in different sequences blah blah blah, I know there are other options to code it but I'm not in full understanding of how they work and how to package it so I don't have massive amounts of code to sort though when making changes.... yes in know these are newbie questions but I'm trying to work on this while taking care of my newborn, working full-time and training for my firefighting future.
I have a technical/ programming requirement however,
the first "UNIT" will be connected to a main CPU
each unit will be attached to each-other but needs to communicate back to the CPU to tell it another unit has been plugged in and in turn add that unit to the pattern
example.
if I have two units connected to each-other, unit one is connect to unit two and the main controller and unit two is only connected to unit one.
if i add 2 units and connect them to unit two the pattern changes to incorporate the new units.
I've attached a picture to show what I mean