i am using arduino and try to use digital inputs to trigger gemwins.
when there are continuous signals coming from arduino, the signals will trigger one set of reactions A. when there are NO signals coming for over 3 seconds, then it will STOP/END all reactions in A, and switch to start another set of reactions B.
now i get 2 sets of reactions ready, however, i don't know which object(s) to use so that signals would switch modes from A > B. i can only get both A and B start working when signals start to pour in. i have no idea how to switch from A > B or B > A.
wondered if anyone knows how to do this?
thanks in advance