« Back to State machine state INIT

State machine transition Initial

INIT
Initial transition, goes to NOTPRESSED
(Not Available)
(Not Available)

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;