Package edu.wpi.first.wpilibj

Examples of edu.wpi.first.wpilibj.Solenoid


    // Put methods for controlling this subsystem
    // here. Call these from Commands.
   
    public Tusks() {
       // In "2nd" cRio slot, or 4th physical
        solenoidExtend = new Solenoid(2, RobotMap.TUSKS_SOLENOID_EXTEND);
        solenoidRetract = new Solenoid(2, RobotMap.TUSKS_SOLENOID_RETRACT);
    }
View Full Code Here

TOP

Related Classes of edu.wpi.first.wpilibj.Solenoid

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.