Package com.tinkerforge
Class BrickletSilentStepperV2.SpreadcycleConfiguration
- java.lang.Object
-
- com.tinkerforge.BrickletSilentStepperV2.SpreadcycleConfiguration
-
- Enclosing class:
- BrickletSilentStepperV2
public class BrickletSilentStepperV2.SpreadcycleConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
chopperMode
int
comparatorBlankTime
boolean
enableRandomSlowDecay
int
fastDecayDuration
boolean
fastDecayWithoutComparator
int
hysteresisEndValue
int
hysteresisStartValue
int
sineWaveOffset
int
slowDecayDuration
-
Constructor Summary
Constructors Constructor Description SpreadcycleConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
slowDecayDuration
public int slowDecayDuration
-
enableRandomSlowDecay
public boolean enableRandomSlowDecay
-
fastDecayDuration
public int fastDecayDuration
-
hysteresisStartValue
public int hysteresisStartValue
-
hysteresisEndValue
public int hysteresisEndValue
-
sineWaveOffset
public int sineWaveOffset
-
chopperMode
public int chopperMode
-
comparatorBlankTime
public int comparatorBlankTime
-
fastDecayWithoutComparator
public boolean fastDecayWithoutComparator
-
-