APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include "AP_BattMonitor.h"
#include "AP_BattMonitor_SMBus_Maxell.h"
#include <utility>
Go to the source code of this file.
Macros | |
#define | BATTMONITOR_SMBUS_MAXELL_NUM_CELLS 6 |
#define | SMBUS_READ_BLOCK_MAXIMUM_TRANSFER 0x20 |
Variables | |
uint8_t | maxell_cell_ids [] |
#define BATTMONITOR_SMBUS_MAXELL_NUM_CELLS 6 |
Definition at line 8 of file AP_BattMonitor_SMBus_Maxell.cpp.
Referenced by AP_BattMonitor_SMBus_Maxell::timer().
#define SMBUS_READ_BLOCK_MAXIMUM_TRANSFER 0x20 |
Definition at line 16 of file AP_BattMonitor_SMBus_Maxell.cpp.
Referenced by AP_BattMonitor_SMBus_Maxell::check_pec_support(), and AP_BattMonitor_SMBus_Maxell::read_block().
uint8_t maxell_cell_ids[] |
Definition at line 9 of file AP_BattMonitor_SMBus_Maxell.cpp.
Referenced by AP_BattMonitor_SMBus_Maxell::timer().