-
Notifications
You must be signed in to change notification settings - Fork 143
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
[driver] gray-code decoder for STM32 Timer #775
[driver] gray-code decoder for STM32 Timer #775
Conversation
377bf08
to
39d91e6
Compare
39d91e6
to
4bd7f1b
Compare
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.
Nice, I love it!
4bd7f1b
to
eb20a9a
Compare
Done! |
eb20a9a
to
4e2da59
Compare
4e2da59
to
bebe3f3
Compare
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.
Excellent!
Im also in the mood to proceed with fragment & PR #665 ... ->Have studied |
|
Yes please. I'm writing my master's thesis, so if I don't respond in timely fashion, just @ poke me again. |
Please check this this CI error @salkinium . not my fault i think. |
It's a bug in the AVR example: |
bebe3f3
to
239b556
Compare
239b556
to
d46c09d
Compare
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!
Added
driver:encoder_input
using a STM32 Timer. It has the same interface like from my first contributionmodm:driver:encoder_input.bitbang
I've also extended the Timer HAL and added a shorthand for setting the input filter.
TODO