Package swervelib.parser.json
Class MotorConfigInt
java.lang.Object
swervelib.parser.json.MotorConfigInt
Used to store ints for motor configuration.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDefault constructor.MotorConfigInt
(int drive, int angle) Default constructor with values. -
Method Summary
-
Field Details
-
drive
public int driveDrive motor. -
angle
public int angleAngle motor.
-
-
Constructor Details
-
MotorConfigInt
public MotorConfigInt()Default constructor. -
MotorConfigInt
public MotorConfigInt(int drive, int angle) Default constructor with values.- Parameters:
drive
- Drive data.angle
- Angle data.
-