The current Demo code is misrepresenting the Rate of Charge/Discharge.
It is displaying instead the current gained/lost since the previous Interrupt invocation. This is NOT the same.
RATE = (currentChange / delta) * 3600000000
The multiplier is 1 hour in microseconds.