You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a way to count the number of balls in the Feeder using the intake and exit sensors. Ideally, this should happen in the periodic() method of the subsystem and not in a command, because the counting should take place regardless of the command that is currently running.
The text was updated successfully, but these errors were encountered:
Need a way to count the number of balls in the Feeder using the intake and exit sensors. Ideally, this should happen in the
periodic()
method of the subsystem and not in a command, because the counting should take place regardless of the command that is currently running.The text was updated successfully, but these errors were encountered: