Examples of GRTADXL345


Examples of com.grt192.sensor.GRTADXL345

    private GRTADXL345 accel;
    private GRTGyro gyro;

    public BenchSensorBox(int gyroPort){
        accel = new GRTADXL345(3, 16, 5, "accel");
        accel.start();
        gyro = new GRTGyro(gyroPort, 5, "gyro");
        gyro.start();
    }
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.