Attiny1614: Is there a quick way of resetting ADC0 #994
Unanswered
6v6gt-duino
asked this question in
Q&A
Replies: 1 comment
-
init_ADC0() will call the routine that initializes the ADC which should resolve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found this voltage measuring code and, after use, analogRead() returns weird values so I'd like to reset the ADC back to its original state without too much effort. As a work-around in this specific case I can use ADC1 which the Attiny1614 provides instead.
and modified for ADC1
Beta Was this translation helpful? Give feedback.
All reactions