"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.PWM.PeriodMultiplier

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.k1X
          Period Multiplier: don't skip pulses
static PWM.PeriodMultiplier PWM.PeriodMultiplier.k2X
          Period Multiplier: skip every other pulse
static PWM.PeriodMultiplier PWM.PeriodMultiplier.k4X
          Period 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

"

"
For updated information see the Java FRC site
"