"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.CounterBase.EncodingType

Packages that use CounterBase.EncodingType
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 CounterBase.EncodingType in edu.wpi.first.wpilibj
 

Fields in edu.wpi.first.wpilibj declared as CounterBase.EncodingType
static CounterBase.EncodingType CounterBase.EncodingType.k1X
          Count only the rising edge
static CounterBase.EncodingType CounterBase.EncodingType.k2X
          Count both the rising and falling edge
static CounterBase.EncodingType CounterBase.EncodingType.k4X
          Count rising and falling on both channels
 

Constructors in edu.wpi.first.wpilibj with parameters of type CounterBase.EncodingType
Counter(CounterBase.EncodingType encodingType, DigitalSource upSource, DigitalSource downSource, boolean inverted)
          Create an instance of a Counter object.
Encoder(DigitalSource aSource, DigitalSource bSource, boolean reverseDirection, CounterBase.EncodingType encodingType)
          Encoder constructor.
Encoder(int aChannel, int bChannel, boolean reverseDirection, CounterBase.EncodingType encodingType)
          Encoder constructor.
Encoder(int aSlot, int aChannel, int bSlot, int bChannel, boolean reverseDirection, CounterBase.EncodingType encodingType)
          Encoder constructor.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"