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
The library does not seem to include a function like readCharge, that would read the chip's Charge Result Register. For building an SOC application, I would need this to count my coulombs. Could this function be added? Thx!
The text was updated successfully, but these errors were encountered:
Adafruit bumped this repo to v1.1.0 three weeks ago. Their library now includes a resetAccumulators function that is identical in substance as the function in @marcobergman fork. I made a fork of the 1.1.0 repo and made the following changes:
added the marcobergman function for readCharge()
updated the example script
updated the default setShunt() resistance and current to 0.015Ohm and 10.0A to match product 5832
The library does not seem to include a function like readCharge, that would read the chip's Charge Result Register. For building an SOC application, I would need this to count my coulombs. Could this function be added? Thx!
The text was updated successfully, but these errors were encountered: