periodic
Periodically checks the state of each button and schedules the corresponding command if the button is pressed or released.
This function is called automatically by WPILib. It iterates through all bindings and:
Schedules the press command if the button is pressed.
Schedules the release command if the button is released.
Schedules the hold command if the button is currently pressed.
You should not call this function directly.