2010 FRC Java API


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

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

Methods in edu.wpi.first.wpilibj that return DigitalModule
static DigitalModule DigitalModule.getInstance(int slot)
          Get an instance of an Digital Module.
 

Constructors in edu.wpi.first.wpilibj with parameters of type DigitalModule
I2C(DigitalModule module, int deviceAddress)
          Constructor.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.