Team-OKC-Robotics / FRC-2023

The FRC team #2718 Team OKC Robotics code for the 2023 season
Other
2 stars 0 forks source link

Switch to using Triggers #44

Open danielbrownmsm opened 1 year ago

danielbrownmsm commented 1 year ago

Summary WPILib updated the command-based library to use Triggers as a superclass of JoystickButtons, and deprecated JoystickButton. So we should probably update to using the Triggers or something.

Work Required

Verification