"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.AnalogTrigger

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

Methods in edu.wpi.first.wpilibj with parameters of type AnalogTrigger
 void Counter.setDownSource(AnalogTrigger analogTrigger, AnalogTriggerOutput.Type triggerType)
          Set the down counting source to be an analog trigger.
 void Counter.setUpSource(AnalogTrigger analogTrigger, AnalogTriggerOutput.Type triggerType)
          Set the up counting source to be an analog trigger.
 

Constructors in edu.wpi.first.wpilibj with parameters of type AnalogTrigger
AnalogTriggerOutput(AnalogTrigger trigger, AnalogTriggerOutput.Type outputType)
          Create an object that represents one of the four outputs from an analog trigger.
Counter(AnalogTrigger trigger)
          Create an instance of a Counter object.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"