Implementation of the BatteryController class. More...
Go to the source code of this file.
Macros | |
#define | REG_CALIBRATION 0x05 |
#define | REG_BUSVOLTAGE 0x02 |
#define | REG_SHUNTVOLTAGE 0x01 |
Implementation of the BatteryController class.
This file contains the implementation of the BatteryController class, which is used to control the battery of the vehicle.
Definition in file BatteryController.cpp.
#define REG_BUSVOLTAGE 0x02 |
Definition at line 25 of file BatteryController.cpp.
#define REG_CALIBRATION 0x05 |
Definition at line 23 of file BatteryController.cpp.
#define REG_SHUNTVOLTAGE 0x01 |
Definition at line 28 of file BatteryController.cpp.