See -https://forum.arduino.cc/t/ev-battery-coulomb-counting-meter/1401293/67
The behavior of isReady() seems to be inverted in continuous mode (CM), documentation only defines it in Single Shot mode (SS).
Q: Can this be confirmed from tests and from datasheet?
If it is inverted in CM, I could add a mode check in isReady() et al, and invert the return value.
Then the isReady() function would behave logical in both SS and CM.
To be investigated.