Base pilotable

This commit is contained in:
2022-11-14 19:15:41 -05:00
parent 06543e325f
commit 4708c8526b
4 changed files with 298 additions and 1 deletions

View File

@ -13,3 +13,8 @@ package frc.robot;
* constants are needed, to reduce verbosity.
*/
public final class Constants {}
private static final int MoteurAvantGauche = (0);
private static final int MoteurAvantDroit = (0);
private static final int MoteurArriereDroit = (0);
private static final int MoteurArriereDroit = (0);