Package com.tinkerforge
Class BrickSilentStepper.DriverStatus
- java.lang.Object
-
- com.tinkerforge.BrickSilentStepper.DriverStatus
-
- Enclosing class:
- BrickSilentStepper
public class BrickSilentStepper.DriverStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description short
actualMotorCurrent
boolean
fullStepActive
boolean
motorStalled
short
openLoad
short
overTemperature
short
shortToGround
short
stallguardResult
short
stealthVoltageAmplitude
-
Constructor Summary
Constructors Constructor Description DriverStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
openLoad
public short openLoad
-
shortToGround
public short shortToGround
-
overTemperature
public short overTemperature
-
motorStalled
public boolean motorStalled
-
actualMotorCurrent
public short actualMotorCurrent
-
fullStepActive
public boolean fullStepActive
-
stallguardResult
public short stallguardResult
-
stealthVoltageAmplitude
public short stealthVoltageAmplitude
-
-