"

2013 FRC Java API

"

edu.wpi.first.wpilibj.parsing
Interface IInputOutput

All Superinterfaces:
IDevice
All Known Implementing Classes:
AnalogTrigger, AnalogTriggerOutput, Dashboard, DigitalInput, DigitalOutput, DriverStation, DriverStationEnhancedIO, DriverStationLCD, Joystick

public interface IInputOutput
extends IDevice

IInputOutput is implemented by devices which provide the robot with data and allow it to react to its environment. An example of an input/output would be a joystick

Author:
Ryan O'Meara


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"