TripleHelixProgramming / Crescendo

Triple Helix's code for the 2024 FRC Crecendo season
MIT License
1 stars 0 forks source link

Detect joystick connecting & disconnecting. Update USB port as needed. #100

Closed jasenj1 closed 6 months ago

jasenj1 commented 7 months ago

In previous years, the robot could handle the joysticks becoming disconnected and then reconnected in different ports. Implement this. See the 2022 code for an example to follow.

jasenj1 commented 7 months ago

Slight update for better data hiding.