Package com.tinkerforge
Class BrickletSilentStepperV2.CoolstepConfiguration
- java.lang.Object
-
- com.tinkerforge.BrickletSilentStepperV2.CoolstepConfiguration
-
- Enclosing class:
- BrickletSilentStepperV2
public class BrickletSilentStepperV2.CoolstepConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
currentDownStepWidth
int
currentUpStepWidth
int
maximumStallguardValue
int
minimumCurrent
int
minimumStallguardValue
int
stallguardMode
int
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 int minimumStallguardValue
-
maximumStallguardValue
public int maximumStallguardValue
-
currentUpStepWidth
public int currentUpStepWidth
-
currentDownStepWidth
public int currentDownStepWidth
-
minimumCurrent
public int minimumCurrent
-
stallguardThresholdValue
public int stallguardThresholdValue
-
stallguardMode
public int stallguardMode
-
-