BQ28Z610 Driver
BQ28Z610 Battery fuel gauge device driver for Arduino
std_data_commands.h
Go to the documentation of this file.
1 
50 #pragma once
51 
52 #include <Arduino.h>
53 
54 #include "globals.h"
55 #include "utils.h"
56 
80 
88 float Temperature();
89 
94 float Voltage();
95 
143 word BatteryStatus();
144 
149 int Current();
150 
155 word RemainingCapacity();
156 
161 word FullChargeCapacity();
162 
170 int AverageCurrent();
171 
176 word CycleCount();
177 
182 word RelativeStateOfCharge();
183 
188 word StateOfHealth();
189 
194 float ChargingVoltage();
195 
200 word ChargingCurrent();
201 
206 word DesignCapacity();
Global constants.
word BatteryStatus()
12.1.6 0x0A/0B BatteryStatus
Definition: std_data_commands.cpp:169
word FullChargeCapacity()
12.1.10 0x12/13 FullChargeCapacity
Definition: std_data_commands.cpp:227
word CycleCount()
12.1.22 0x2A/2B CycleCount
Definition: std_data_commands.cpp:251
word RemainingCapacity()
12.1.9 0x10/11 RemainingCapacity
Definition: std_data_commands.cpp:216
word ChargingCurrent()
12.1.26 0x32/33 ChargingCurrent
Definition: std_data_commands.cpp:295
float Temperature()
12.1.4 0x06/07 Temperature
Definition: std_data_commands.cpp:101
word StateOfHealth()
12.1.24 0x2E/2F State-of-Health (SOH)
Definition: std_data_commands.cpp:273
word ManufacturerAccessControl()
12.1.1 0x00/01 ManufacturerAccessControl
Definition: std_data_commands.cpp:74
float ChargingVoltage()
12.1.25 0x30/31 ChargingVoltage
Definition: std_data_commands.cpp:284
word RelativeStateOfCharge()
12.1.23 0x2C/2D RelativeStateOfCharge
Definition: std_data_commands.cpp:262
int Current()
12.1.7 0x0C/0D Current
Definition: std_data_commands.cpp:205
int AverageCurrent()
12.1.11 0x14/15 AverageCurrent
Definition: std_data_commands.cpp:240
word DesignCapacity()
12.1.27 0x3C/3D DesignCapacity
Definition: std_data_commands.cpp:306
float Voltage()
12.1.5 0x08/09 Voltage
Definition: std_data_commands.cpp:115
Util functions headers.