« 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
    upButTimer=0L;
  • ButAcq
    Sets the upp button acquisition value to pressed
    Code
    upReqAcq=TRUE;