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
Now we have proximity sensor on this system. It will tell us whether we collected note or not. How can we access its value?
DigitalInput in = new DigitalInput(0);
boolean on = in.get();
Add the DigitalInput as an attribute in the intake class and a method which returns whether we collected note or not. Make sure it functions by using the shuffleboard.
The system:
Action:
The text was updated successfully, but these errors were encountered: