Kevin
Kevin
Hello! Thanks for the kind words. I don't use this library much now, since I am not teaching the class that used it anymore. But I am glad to hear...
your demo doesn't work anymore, divshot ceased operations in Dec
Not really an answer, but I recently had a similar question. A simple example, I took an example image and color coded the first corner and got this result. ...
It is probably your corporate firewall. I have seen this before and if you talk with your IT people, they should be able to allow traffic through the firewall to...
I would keep all interaction with external hardware (serial, i2c, etc) in the same thread. So threads don’t do globals, you pass instances of dynamically created objects to them via...
Did you setup your controller for USB interface on the [DIP switches](https://github.com/MomsFriendlyRobotCompany/pysabertooth/blob/master/docs/Sabertooth2x32QuickStart.pdf) properly?
I am not sure what this error is
OMG, this was overly complicated ... understand what you are doing here (good stuff), but this was painful. I spent more time learning your system than making the changes. If...
> hi, we didn't used to have CI for about a decade... and we would get PRs that broke existing code (about 50%), reformatted the entire codebase (VS does 'clang-format'...