|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.PWM.PeriodMultiplier
public static class PWM.PeriodMultiplier
Represents the amount to multiply the minimum servo-pulse pwm period by.
Field Summary | |
---|---|
static PWM.PeriodMultiplier |
k1X
Period Multiplier: don't skip pulses |
static PWM.PeriodMultiplier |
k2X
Period Multiplier: skip every other pulse |
static PWM.PeriodMultiplier |
k4X
Period Multiplier: skip three out of four pulses |
int |
value
The integer value representing this enumeration |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int value
public static final PWM.PeriodMultiplier k1X
public static final PWM.PeriodMultiplier k2X
public static final PWM.PeriodMultiplier k4X
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |