| 
    BQ28Z610 Driver
    
   BQ28Z610 Battery fuel gauge device driver for Arduino 
   | 
 
12.1 Standard Data Commands More...
#include <globals.h>
Static Public Attributes | |
| static const byte | MANUFACTURER_ACCESS_CONTROL = 0x00 | 
| static const byte | TEMPERATURE = 0x06 | 
| static const byte | VOLTAGE = 0x08 | 
| static const byte | BATTERY_STATUS = 0x0A | 
| static const byte | CURRENT = 0x0C | 
| static const byte | REMAINING_CAPACITY = 0x10 | 
| static const byte | FULL_CHARGE_CAPACITY = 0x12 | 
| static const byte | AVERAGE_CURRENT = 0x14 | 
| static const byte | CYCLE_COUNT = 0x2A | 
| static const byte | RELATIVE_STATE_OF_CHARGE = 0x2C | 
| static const byte | STATE_OF_HEALTH = 0x2E | 
| static const byte | CHARGING_VOLTAGE = 0x30 | 
| static const byte | CHARGING_CURRENT = 0x32 | 
| static const byte | DESIGN_CAPACITY = 0x3C | 
| static const byte | ALT_MANUFACTURER_ACCESS = 0x3E | 
| static const byte | MAC_DATA = 0x40 | 
| static const byte | MAC_DATA_CHECKSUM = 0x60 | 
12.1 Standard Data Commands
To enable the system to read and write battery information, the BQ28Z610 uses a series of 2-byte standard I2C commands.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Checksum and lendgth start address:
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static |