Package com.tinkerforge
Class BrickletSilentStepperV2.BasicConfiguration
- java.lang.Object
-
- com.tinkerforge.BrickletSilentStepperV2.BasicConfiguration
-
- Enclosing class:
- BrickletSilentStepperV2
public class BrickletSilentStepperV2.BasicConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
classicThreshold
int
coolstepThreshold
boolean
highVelocityChopperMode
int
motorRunCurrent
int
powerDownTime
int
standstillCurrent
int
standstillDelayTime
int
stealthThreshold
-
Constructor Summary
Constructors Constructor Description BasicConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
standstillCurrent
public int standstillCurrent
-
motorRunCurrent
public int motorRunCurrent
-
standstillDelayTime
public int standstillDelayTime
-
powerDownTime
public int powerDownTime
-
stealthThreshold
public int stealthThreshold
-
coolstepThreshold
public int coolstepThreshold
-
classicThreshold
public int classicThreshold
-
highVelocityChopperMode
public boolean highVelocityChopperMode
-
-