Package com.tinkerforge
Class BrickSilentStepper.CoolstepConfiguration
- java.lang.Object
-
- com.tinkerforge.BrickSilentStepper.CoolstepConfiguration
-
- Enclosing class:
- BrickSilentStepper
public class BrickSilentStepper.CoolstepConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description short
currentDownStepWidth
short
currentUpStepWidth
short
maximumStallguardValue
short
minimumCurrent
short
minimumStallguardValue
short
stallguardMode
byte
stallguardThresholdValue
-
Constructor Summary
Constructors Constructor Description CoolstepConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
minimumStallguardValue
public short minimumStallguardValue
-
maximumStallguardValue
public short maximumStallguardValue
-
currentUpStepWidth
public short currentUpStepWidth
-
currentDownStepWidth
public short currentDownStepWidth
-
minimumCurrent
public short minimumCurrent
-
stallguardThresholdValue
public byte stallguardThresholdValue
-
stallguardMode
public short stallguardMode
-
-