APM:Libraries
Macros
AP_BattMonitor_SMBus_Solo.cpp File Reference
#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>
Include dependency graph for AP_BattMonitor_SMBus_Solo.cpp:

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
 

Macro Definition Documentation

◆ BATTMONITOR_SMBUS_SOLO_BUTTON_DEBOUNCE

#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().

◆ BATTMONITOR_SMBUS_SOLO_CELL_VOLTAGE

#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().

◆ BATTMONITOR_SMBUS_SOLO_CURRENT

#define BATTMONITOR_SMBUS_SOLO_CURRENT   0x2a

Definition at line 10 of file AP_BattMonitor_SMBus_Solo.cpp.

Referenced by AP_BattMonitor_SMBus_Solo::timer().

◆ BATTMONITOR_SMBUS_SOLO_NUM_CELLS

#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().