TitaniumTigers4829 / offseason-robot-code-2024

AdvantageKit code
Other
0 stars 1 forks source link

Follow conventions in 2025 base robot code #59

Open Ishan1522 opened 1 week ago

Ishan1522 commented 1 week ago

Interfaces should be renamed from <Subsystem>IO to <Subsystem>Interface Classes that simulate code should be renamed from <Subsystem>IOSim to Simulated<Subsystem> Classes that are used to control physical hardware should be renamed from <Subsystem>IOTalonFX to Physical<Subsystem> Everything else stays the same