Package ch.hevs.kart

Class KartRegisters.V1.Status.SteeringStatus

java.lang.Object
ch.hevs.kart.KartRegisters.V1.Status.SteeringStatus
Enclosing class:
KartRegisters.V1.Status

public static final class KartRegisters.V1.Status.SteeringStatus extends Object

Steering FSM status.

Reflects the actual status of the on-board steering finite state machine.

Bit 0:

If bit 0 is 1, the stepper end position switch has been triggered, if 0 the switch is open.

Bit 1:

A value of 0 means that the steering FSM is actually moving to the target position, a value of 1 means that the target position has been reached.

  • Field Details

  • Constructor Details

    • SteeringStatus

      public SteeringStatus()