You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on input voltages above ~+12V, the returned value for raw voltage is negative. In the files INA219.h and INA219.cpp you have to change int16_t busVoltageRaw(); to int32_t busVoltageRaw();
The text was updated successfully, but these errors were encountered:
on input voltages above ~+12V, the returned value for raw voltage is negative. In the files INA219.h and INA219.cpp you have to change int16_t busVoltageRaw(); to int32_t busVoltageRaw();
The text was updated successfully, but these errors were encountered: