Added overridable configuration options in module json

This commit is contained in:
thenetworkgrinch
2023-02-23 22:16:09 -06:00
parent f5c63d5c6f
commit b484ed9bc0
108 changed files with 234 additions and 158 deletions

View File

@@ -23,7 +23,7 @@ public class SwerveModulePhysicalCharacteristics
*/
public final int driveEncoderPulsePerRotation;
/**
* Angle motor encoder pulse per rotation. 1 if integrated encoder.
* Angle motor encoder pulse per rotation. 1 for Neo encoder. 2048 for Falcons.
*/
public final int angleEncoderPulsePerRotation;
/**