public Gyroscope(RobotController _rc) : base(_rc)
 {
     gyro         = new JSON.Vec3();
     rotSpeed     = new JSON.Vec3();
     angularAccel = new JSON.Vec3();
 }
 public Accelerometer(RobotController _rc) : base(_rc)
 {
     accel = new JSON.Vec3();
 }