« Back to State machine state PRESSED

State machine transition unpress

PRESSED
The button is not present during 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 not pressed
    Code
    upReqAcq=FALSE;