[driver] gray-code decoder for STM32 Timer - #775
Merged
salkinium merged 4 commits intoNov 15, 2021
Conversation
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
8 times, most recently
from
November 6, 2021 14:24
377bf08 to
39d91e6
Compare
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
from
November 6, 2021 14:43
39d91e6 to
4bd7f1b
Compare
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
from
November 12, 2021 10:07
4bd7f1b to
eb20a9a
Compare
Contributor
Author
|
Done! |
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
from
November 12, 2021 10:30
eb20a9a to
4e2da59
Compare
salkinium
reviewed
Nov 12, 2021
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
from
November 12, 2021 10:45
4e2da59 to
bebe3f3
Compare
Contributor
Author
|
Im also in the mood to proceed with fragment & PR #665 ... ->Have studied |
Member
|
Member
Yes please. I'm writing my master's thesis, so if I don't respond in timely fashion, just @ poke me again. |
Contributor
Author
|
Please check this this CI error @salkinium . not my fault i think. |
Member
|
It's a bug in the AVR example: |
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
from
November 15, 2021 08:23
bebe3f3 to
239b556
Compare
TomSaw
force-pushed
the
feature/stm32-timer_encoder_input
branch
from
November 15, 2021 08:54
239b556 to
d46c09d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
driver:encoder_inputusing a STM32 Timer. It has the same interface like from my first contributionmodm:driver:encoder_input.bitbangI've also extended the Timer HAL and added a shorthand for setting the input filter.
TODO