Class MotorConfigInt


  • class MotorConfigInt
    extends Object
    Used to store ints for motor configuration.
    • Field Detail

      • drive

        public int drive
        Drive motor.
      • angle

        public int angle
        Angle motor.
    • Constructor Detail

      • MotorConfigInt

        public MotorConfigInt()
        Default constructor.
      • MotorConfigInt

        public MotorConfigInt​(int drive,
                              int angle)
        Default constructor with values.
        Parameters:
        drive - Drive data.
        angle - Angle data.