-
Notifications
You must be signed in to change notification settings - Fork 35
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
Read Vcc pulls 200uA with LowPower sleep #7
Comments
I managed to fix the issue adding ADMUX = _BV(REFS1)
|
Can you prepare a PR? |
See #8 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your example VccSleep.ino, makes arduino pull 200 micro Amps in LowPower.
Commenting out Vcc.h code, gives correct LowPower of 4.5 micro Amps.
Tested on Pro mini 8Mhz.
It's not only your Vcc code that does this, but all readVcc code I found online does this.
I would be glad to see any solution to this.
4.5uA code:
The text was updated successfully, but these errors were encountered: