Examples of GRTPotentiometer


Examples of com.grt192.sensor.GRTPotentiometer

    GRTJaguar roller1 = new GRTJaguar(3); // left
    GRTJaguar roller2 = new GRTJaguar(6); // right
    System.out.println("Motors Initialized");

    // analog inputs
    GRTPotentiometer batterySensor = new GRTPotentiometer(7, 50,
        "batteryVoltage");
                GRTGyro gyro = new GRTGyro(1, 15, "BaseGyro");
    // digital inputs
    GRTSwitch kickerSwitch = new GRTSwitch(1, 5, "KickLimit");
    GRTSwitch recoveryUpSwitch = new GRTSwitch(2, 50, "RecoveryUp");
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.