forked from bakerstu/openmrn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inverts the run direction of the capture counter in the STM32 Dcc Dec…
…oder. (bakerstu#620) * Inverts the run direction of the capture counter in the STM32 Dcc Decoder. This is needed because certain timer resources in the STM32's can only count upwards. This is achieved by using upcounter mode, then inverting the capture value before handing it back to the higher level implementation.
- Loading branch information
1 parent
dd5304c
commit aff6067
Showing
1 changed file
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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