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