BQ28Z610 Driver
BQ28Z610 Battery fuel gauge device driver for Arduino
Static Public Attributes
DA_STATUS_1 Class Reference

12.2.37 AltManufacturerAccess() 0x0071 DAStatus1() More...

#include <globals.h>

Static Public Attributes

static const byte CELL_VOLTAGE_1 = 0
 
static const byte CELL_VOLTAGE_2 = 2
 
static const byte BAT_VOLTAGE = 8
 
static const byte PACK_VOLTAGE = 10
 
static const byte CELL_CURRENT_1 = 12
 
static const byte CELL_CURRENT_2 = 14
 
static const byte CELL_POWER_1 = 20
 
static const byte CELL_POWER_2 = 22
 
static const byte POWER = 28
 
static const byte AVG_POWER = 30
 

Detailed Description

12.2.37 AltManufacturerAccess() 0x0071 DAStatus1()

Indexes of the output data.

Field Documentation

◆ AVG_POWER

const byte DA_STATUS_1::AVG_POWER = 30
static

PPpp: Average Power. Calculated by Voltage() × AverageCurrent()

◆ BAT_VOLTAGE

const byte DA_STATUS_1::BAT_VOLTAGE = 8
static

EEee: BAT Voltage

◆ CELL_CURRENT_1

const byte DA_STATUS_1::CELL_CURRENT_1 = 12
static

GGgg: Cell Current 1. Simultaneous current measured during Cell Voltage1 measurement

◆ CELL_CURRENT_2

const byte DA_STATUS_1::CELL_CURRENT_2 = 14
static

HHhh: Cell Current 2. Simultaneous current measured during Cell Voltage2 measurement

◆ CELL_POWER_1

const byte DA_STATUS_1::CELL_POWER_1 = 20
static

KKkk: Cell Power 1. Calculated using Cell Voltage1 and Cell Current 1 data

◆ CELL_POWER_2

const byte DA_STATUS_1::CELL_POWER_2 = 22
static

LLll: Cell Power 2. Calculated using Cell Voltage2 and Cell Current 2 data

◆ CELL_VOLTAGE_1

const byte DA_STATUS_1::CELL_VOLTAGE_1 = 0
static

AAaa: Cell Voltage 1

◆ CELL_VOLTAGE_2

const byte DA_STATUS_1::CELL_VOLTAGE_2 = 2
static

BBbb: Cell Voltage 2

◆ PACK_VOLTAGE

const byte DA_STATUS_1::PACK_VOLTAGE = 10
static

FFff: PACK Voltage

◆ POWER

const byte DA_STATUS_1::POWER = 28
static

OOoo: Power calculated by Voltage() × Current()


The documentation for this class was generated from the following file: