We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91441de commit 962584fCopy full SHA for 962584f
cores/arduino/sdk/core-implement/CommonAnalog.cpp
@@ -80,7 +80,7 @@ float getTempDegF( void ) {
80
}
81
82
float getVCCV( void ){
83
- return ((float)analogReadVCCDiv3() * 6.0) / 16384.0;
+ return ((float)analogReadVCCDiv3() * 2.0) / 16384.0;
84
85
86
int indexAnalogRead(pin_size_t index){
0 commit comments