This class provides APIs to all of the registers of the TI BQ27441 battery gauge, as used on the u-blox C030 board. The caller should instantiate an I2C interface and pass this to init(), which will initialise the chip and place it into its lowest power state. When battery gauging is enabled, the getRemainingCapacity()/getRemainingPercentage() API calls may be used; otherwise the chip will be maintained in its lowest power state until a voltage/current/temperature reading is requested.

Dependents:   example-battery-gauge-bq27441

Auto generated API documentation and code listings for battery-gauge-bq27441

Classes

BatteryGaugeBq27441 BQ27441 battery gauge driver

Code

battery_gauge_bq27441.h [code] This file defines the API to the TI BQ27441 battery gauge chip
bq27441.cpp [code] This file defines the API to the TI BQ27441 battery gauge chip
main.cpp [code]