Package ch.hevs.kart
Class KartRegisters.V2.Status.StepperMotor.SteeperHW
java.lang.Object
ch.hevs.kart.KartRegisters.V2.Status.StepperMotor.SteeperHW
- Enclosing class:
KartRegisters.V2.Status.StepperMotor
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADDRESS
public static final int ADDRESS- See Also:
-
END_SWITCH_MASK
public static final int END_SWITCH_MASK- See Also:
-
POSITION_REACHED_MASK
public static final int POSITION_REACHED_MASK- See Also:
-
ACTUAL_STEERING_ANGLE_MASK
public static final int ACTUAL_STEERING_ANGLE_MASK- See Also:
-
-
Constructor Details
-
SteeperHW
public SteeperHW()
-