-
Notifications
You must be signed in to change notification settings - Fork 135
Stm32f1 adc #582
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
Stm32f1 adc #582
Conversation
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.
Wow this is an in depth patch, great work! Btw the website has a devlog if you ever want to write a micro blog post about work you've done
@"1.5" = 0, | ||
@"7.5" = 1, | ||
@"13.5" = 2, | ||
@"28.5" = 3, | ||
@"41.5" = 4, | ||
@"55.5" = 5, | ||
@"71.5" = 6, | ||
@"239.5" = 7, |
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.
We should put Hz as the end of these
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.
This value is not in Hz, it is the number of ADCClock cycles.
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.
This value is not in Hz, it is the number of ADCClock cycles.
No description provided.