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
* Initial rate improvements
* Add test for color sensor
* Add test for motors at low intervals
* Reduce default interval to 10ms to give 100Hz of data readings
* Add toggle to position/speed
This is so that we don't end up with a busy loop, which interfers with
processing serial data from another thread. I think if there wasn't a GIL
this problem might not exist.
* Dont need to resend combi setting
0 commit comments