-
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
ADC driver for samg series #753
Conversation
Want to add an example, so the CI tests this code? |
I have a UART PR to to follow this one; mind if I put if I include an example that reads ADC values and prints to UART in that PR to cover both? |
Then let's merge the UART PR first with a non-ADC example and then we can depend on that here for the ADC reading and printing. |
bd9e637
to
a76a627
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.
Well done as always!
(Just some trailing whitespace issues)
Adds basic polling driver for ADC, and updates the UART example to include ADC readings.
a76a627
to
82bc4a9
Compare
No description provided.