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
Hi, thanks for your library!
First a minor issue: In Adafruit_INA219.cpp, in function setCalibration_16V_400mA(), you say you are using the highest precision 0.1 mA.
Adafruit_INA219/Adafruit_INA219.cpp
Lines 391 to 395 in ce59837
But according to line 416 the current LSB you are using is 0.00005:
Line 416 in ce59837
My main question is about the voltage limitation. In these lines you calculate the maximum power:
Lines 454 to 457 in ce59837
So, I can't see any overflow or other issue and therefore I would say there is no limitation to 16 V in this mode. Or have I forgotten anything?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for your library!
First a minor issue: In Adafruit_INA219.cpp, in function setCalibration_16V_400mA(), you say you are using the highest precision 0.1 mA.
Adafruit_INA219/Adafruit_INA219.cpp
Lines 391 to 395 in ce59837
But according to line 416 the current LSB you are using is 0.00005:
Adafruit_INA219/Adafruit_INA219.cpp
Line 416 in ce59837
My main question is about the voltage limitation. In these lines you calculate the maximum power:
Adafruit_INA219/Adafruit_INA219.cpp
Lines 454 to 457 in ce59837
Why is 16 V the limit? Here, some calculations using 400 mA / 32 V:
So, I can't see any overflow or other issue and therefore I would say there is no limitation to 16 V in this mode. Or have I forgotten anything?
The text was updated successfully, but these errors were encountered: