|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <AP_Common/AP_Common.h>#include <AP_Math/AP_Math.h>#include <AP_Notify/AP_Notify.h>#include "AP_BattMonitor.h"#include "AP_BattMonitor_SMBus_Solo.h"#include <utility>Go to the source code of this file.
Macros | |
| #define | BATTMONITOR_SMBUS_SOLO_CELL_VOLTAGE 0x28 |
| #define | BATTMONITOR_SMBUS_SOLO_CURRENT 0x2a |
| #define | BATTMONITOR_SMBUS_SOLO_BUTTON_DEBOUNCE 3 |
| #define | BATTMONITOR_SMBUS_SOLO_NUM_CELLS 4 |
| #define BATTMONITOR_SMBUS_SOLO_BUTTON_DEBOUNCE 3 |
Definition at line 11 of file AP_BattMonitor_SMBus_Solo.cpp.
Referenced by AP_BattMonitor_SMBus_Solo::timer().
| #define BATTMONITOR_SMBUS_SOLO_CELL_VOLTAGE 0x28 |
Definition at line 9 of file AP_BattMonitor_SMBus_Solo.cpp.
Referenced by AP_BattMonitor_SMBus_Solo::timer().
| #define BATTMONITOR_SMBUS_SOLO_CURRENT 0x2a |
Definition at line 10 of file AP_BattMonitor_SMBus_Solo.cpp.
Referenced by AP_BattMonitor_SMBus_Solo::timer().
| #define BATTMONITOR_SMBUS_SOLO_NUM_CELLS 4 |
Definition at line 13 of file AP_BattMonitor_SMBus_Solo.cpp.
Referenced by AP_BattMonitor_SMBus_Solo::timer().
1.8.13