| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PWM.PeriodMultiplier | |
|---|---|
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| Uses of PWM.PeriodMultiplier in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as PWM.PeriodMultiplier | |
|---|---|
| static PWM.PeriodMultiplier | PWM.PeriodMultiplier.k1XPeriod Multiplier: don't skip pulses | 
| static PWM.PeriodMultiplier | PWM.PeriodMultiplier.k2XPeriod Multiplier: skip every other pulse | 
| static PWM.PeriodMultiplier | PWM.PeriodMultiplier.k4XPeriod Multiplier: skip three out of four pulses | 
| Methods in edu.wpi.first.wpilibj with parameters of type PWM.PeriodMultiplier | |
|---|---|
|  void | PWM.setPeriodMultiplier(PWM.PeriodMultiplier mult)Slow down the PWM signal for old devices. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||