-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call I2C on a different thread #50
base: main
Are you sure you want to change the base?
Conversation
thred? |
thread |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also use this instead of ColorSensorV3
in the Intake
subsystem?
|
||
private static final double THRESHOLD = 0.5; // TODO: change that | ||
|
||
ColorSensorV3 sensor; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be private and final; we don't want it to be accessible or change
d1bf265
to
8594242
Compare
Needs review addressed and rebase (shouldn't be much of a problem, this doesn't conflict with anything). |
No description provided.