You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Go into DriveTrain.java (note that this is not DriveTrainVariant) and document the different functions in it. From what I've gathered, DriveTrain is effectively a way for the rest of the program to interact with different DriveTrainVariants. I have also given it the task to create said DriveTrainVariants.
Go into DriveTrain.java (note that this is not DriveTrainVariant) and document the different functions in it. From what I've gathered, DriveTrain is effectively a way for the rest of the program to interact with different DriveTrainVariants. I have also given it the task to create said DriveTrainVariants.
Link to DriveTrain.java
https://github.com/Team865/FRC-2022/blob/main/src/main/java/ca/warp7/frc2022/subsystems/DriveTrain.java
An introduction to Javadoc can be found here:
https://www.baeldung.com/javadoc
The text was updated successfully, but these errors were encountered: