Base pilotable
This commit is contained in:
@ -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);
|
Reference in New Issue
Block a user