-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use type-level programming instead of macros for
adc
The existing `adc` modules use macros to be generic over the ADC peripheral. Update the code to use type-level programming techniques instead, but do so in a backwards-compatible way.
- Loading branch information
1 parent
0f279ed
commit 1bf7568
Showing
2 changed files
with
182 additions
and
86 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
Oops, something went wrong.