Hello all!
New to this forum so please excuse any formatting issues.
Anyways, here's a picture for starters:
FYI, I'm not an electric engineer, very little understanding of circuity apart from fundamentals.
I'm a code monkey
OK, if the picture wasn't descriptive enough of the problem.
I just want to essentially make a way to jump through a bunch of buttons that i connect to a "controller" module, without knowing HOW many of these buttons are gonna be set up in sequence. This means that i can't use the multiplexer, I COULD just forward all the outputs of the controller to each button, but i think it would be more efficient to just use a single digital pin on the teensy to figure out the states of all my buttons by performing some sort of logical loop in my arduino software.
Any ideas on how i'd do this?
Thanks!
New to this forum so please excuse any formatting issues.
Anyways, here's a picture for starters:

FYI, I'm not an electric engineer, very little understanding of circuity apart from fundamentals.
I'm a code monkey
OK, if the picture wasn't descriptive enough of the problem.
I just want to essentially make a way to jump through a bunch of buttons that i connect to a "controller" module, without knowing HOW many of these buttons are gonna be set up in sequence. This means that i can't use the multiplexer, I COULD just forward all the outputs of the controller to each button, but i think it would be more efficient to just use a single digital pin on the teensy to figure out the states of all my buttons by performing some sort of logical loop in my arduino software.
Any ideas on how i'd do this?
Thanks!