Package com.tinkerforge
Class BrickSilentStepper.SpreadcycleConfiguration
- java.lang.Object
-
- com.tinkerforge.BrickSilentStepper.SpreadcycleConfiguration
-
- Enclosing class:
- BrickSilentStepper
public class BrickSilentStepper.SpreadcycleConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description short
chopperMode
short
comparatorBlankTime
boolean
enableRandomSlowDecay
short
fastDecayDuration
boolean
fastDecayWithoutComparator
byte
hysteresisEndValue
short
hysteresisStartValue
byte
sineWaveOffset
short
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 short slowDecayDuration
-
enableRandomSlowDecay
public boolean enableRandomSlowDecay
-
fastDecayDuration
public short fastDecayDuration
-
hysteresisStartValue
public short hysteresisStartValue
-
hysteresisEndValue
public byte hysteresisEndValue
-
sineWaveOffset
public byte sineWaveOffset
-
chopperMode
public short chopperMode
-
comparatorBlankTime
public short comparatorBlankTime
-
fastDecayWithoutComparator
public boolean fastDecayWithoutComparator
-
-