Examples of Solenoid


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
Copyright © 2018 www.massapi.com. 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.