Arduino_Vcc icon indicating copy to clipboard operation
Arduino_Vcc copied to clipboard

VccCorrection Question

Open aiannar974 opened this issue 6 years ago • 0 comments

Hello - I want to make sure I understand what I need to do to get the correct values in in the below line. It looks like I should measure the voltage of the battery power supply for the numerator and then run the code with the ratio = 1.0 and get the denominator and then plug in the respective values. Is this correct?

const float VccCorrection = 1.0/1.0; // Measured Vcc by multimeter divided by reported Vcc

Thank you, AFI

aiannar974 avatar Sep 23 '19 19:09 aiannar974