What's Changed This release adds better error messages, logging, and improved documentation. Smaller release this time, but it should hopefully let us narrow down some occasionally reported issues.
- You can now tell a motor to run to a position, equivalent to the FTC SDK's RUN_TO_POSITION mode - The overall update rate of the application is increased for better responsiveness
As always, download from the binaries below or using `python -m pip install REVHubInterface==1.4`
What's Changed * Fix critical bug preventing all updates from happening. * Improve Readability of main + Emphasize E-STOP by Astr0clad in https://github.com/unofficial-rev-port/REVHubInterface/pull/12
New Contributors * Astr0clad made their first contribution in https://github.com/unofficial-rev-port/REVHubInterface/pull/12
First release with binaries! See README for installation instructions. **Full Changelog**: https://github.com/unofficial-rev-port/REVHubInterface/compare/v1.3.0...v1.3.1
1.3.0
First release to PyPi (no binaries availiable yet) Install with `pip install REVHubInterface` and run with `python -m REVHubInterface`