Hello,
I have been attempting this project for some time now but can't seem to get past a couple of issues.
Here is a basic rundown of the system...
I have 4 sensors.
I need certain combinations of motors to turn on based on the sensor inputs.
(I have portions of this working, but I think my else () statements are conflicting because when I combine my scripts, stuff gets all wonky).
I also need certain motors to only turn on for 1 second when the required sensor combination happens.
(I need to use millis(), as I need the other sensor combinations to be unaffected)
I realize a full write is needed, as my portions are probably unusable.
Please PM me if interested and I can provide more details. *note there aren't different outputs for all 24 combinations, only about 6 unique sensor combinations need outputs. All the rest need outputs that keep the motors off.
Thanks!
-Tanner