"

2013 FRC Java API

"

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

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

Constructors in edu.wpi.first.wpilibj with parameters of type DigitalInput
Ultrasonic(DigitalOutput pingChannel, DigitalInput echoChannel)
          Create an instance of an Ultrasonic Sensor from a DigitalInput for the echo channel and a DigitalOutput for the ping channel.
Ultrasonic(DigitalOutput pingChannel, DigitalInput echoChannel, Ultrasonic.Unit units)
          Create an instance of an Ultrasonic Sensor from a DigitalInput for the echo channel and a DigitalOutput for the ping channel.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"