mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-20 06:31:39 +00:00
Updated swervelib
This commit is contained in:
17
swervelib/parser/json/modules/BoolMotorJson.java
Normal file
17
swervelib/parser/json/modules/BoolMotorJson.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package frc.robot.subsystems.swervedrive2.swervelib.parser.json.modules;
|
||||
|
||||
/**
|
||||
* Inverted motor JSON parsed class. Used to access the JSON data.
|
||||
*/
|
||||
public class BoolMotorJson
|
||||
{
|
||||
|
||||
/**
|
||||
* Drive motor inversion state.
|
||||
*/
|
||||
public boolean drive;
|
||||
/**
|
||||
* Angle motor inversion state.
|
||||
*/
|
||||
public boolean angle;
|
||||
}
|
||||
Reference in New Issue
Block a user