We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement the encoder drivers for MightyBugA board.
Driver HAL interface:
steps() -> usize
delta() -> isize
reset()
Implementation notes:
The text was updated successfully, but these errors were encountered:
Encoder controller featured on PR #38
Sorry, something went wrong.
rafacouto
No branches or pull requests
Implement the encoder drivers for MightyBugA board.
Driver HAL interface:
steps() -> usize
returns the absolute step countdelta() -> isize
returns the delta of the step count since the last time this function was calledreset()
resets the step count to zeroImplementation notes:
The text was updated successfully, but these errors were encountered: