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
For my application, I'd like to be able to read Vdd. The nrf52 allows this by selecting SAADC channel 9.
I see three options for where to put this:
I think the best way is #1 but I wanted to check before adding the code. I'll follow with a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
Add readVdd() to wiring_analog_nrf52.c.
Adafruit_nRF52_Arduino/cores/nRF5/wiring_analog_nRF52.c
Line 282 in 7770246
Sorry, something went wrong.
I missed it! Duh!
No branches or pull requests
For my application, I'd like to be able to read Vdd. The nrf52 allows this by selecting SAADC channel 9.
I see three options for where to put this:
I think the best way is #1 but I wanted to check before adding the code. I'll follow with a PR.
Thanks!
The text was updated successfully, but these errors were encountered: