« Back to State machine state NOTPRESSED

State machine transition press

NOTPRESSED
The button is pressed more than a given time
100

Actions

  • ButAcq
    Resets the timer that counts the time a button is pressed or not pressed
    Code
    downButTimer=0L;
  • ButAcq
    Sets the down button acquisition value to pressed
    Code
    downReqAcq=TRUE;