MooseCoding / jEdisonKnights_Code

Teamcode for FTC team #23571
2 stars 0 forks source link

Button Pressing #4

Closed MooseCoding closed 5 months ago

MooseCoding commented 6 months ago

Optimize button pressing so that instead of a universal timer, do a timer specific for each time a button needs to change a boolean value, if its just a motor/servo movement it doesn't even need the timer unless it swaps positions

MooseCoding commented 5 months ago

FTCLib handles it