State machine state INIT

Initial UpButAcq
Initial state

State machine transitions

  • Initial transition, goes to NOTPRESSED
    • Destination:NOTPRESSED
    • Condition: (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;