-
Notifications
You must be signed in to change notification settings - Fork 45
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
tic: Add I²C support for Tic Stepper Motor Controllers #78
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #78 +/- ##
=======================================
+ Coverage 47.1% 47.6% +0.5%
=======================================
Files 83 87 +4
Lines 10280 10935 +655
=======================================
+ Hits 4837 5203 +366
- Misses 5263 5538 +275
- Partials 180 194 +14 ☔ View full report in Codecov by Sentry. |
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.
Thanks, this is excellent! The only blocking thing is that I believe Offset and its constants don't need to be exposed since they are not usable by the user.
Thanks! |
This PR adds functionality for interfacing with Pololu Tic Stepper Motor Controllers over I²C.
The
tic
package is based on github.com/pololu/tic-arduino, with adoption of Go-style error handling, periph/conn, and other usability improvements.