We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_analogRead()
analogRead()
getBatteryVolts()
18650CL/src/Pangodream_18650_CL.cpp
Line 152 in e1be2aa
You should use your own, internal _analogRead() function to respect the number of read iterations.
The text was updated successfully, but these errors were encountered:
Fix pangodream#2 use _analogRead() rather than analogRead() to ge…
834f342
…t the averaged value of multiple reads
73dea61
No branches or pull requests
18650CL/src/Pangodream_18650_CL.cpp
Line 152 in e1be2aa
You should use your own, internal
_analogRead()
function to respect the number of read iterations.The text was updated successfully, but these errors were encountered: