sparkfun / SparkFun_BQ27441_Arduino_Library

Arduino library for the BQ27441 LiPo Fuel Gauge.
Other
43 stars 31 forks source link

Correct BATTERY_CAPACITY configuration #11

Open Kabron287 opened 3 years ago

Kabron287 commented 3 years ago

In the BQ27441_Extended_Configuration example lipo.setCapacity(BATTERY_CAPACITY) command executed AFTER entering config mode(lipo.enterConfig()), while in the BQ27441_Basic example it executed WITHOUT entering config mode. Is it correct?