public class BattMgr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
TapNLinkVarFloat |
levelBat |
TapNLinkVarFloat |
levelVDC |
Pin |
pin_BatOn |
Pin |
pin_MeasVBAT |
Pin |
pin_MeasVDC |
Pin |
pin_TestBat |
TapNLinkVarInt |
staticCommands |
TapNLinkSys |
system |
TapNLinkVarInt |
testCommands |
float |
vBat |
static float |
VBATMIN_OK |
float |
vDc |
| Constructor and Description |
|---|
BattMgr() |
| Modifier and Type | Method and Description |
|---|---|
void |
measureVoltages() |
void |
periodicCall() |
boolean |
runTest() |
void |
switchBattOff() |
void |
switchBattOn() |
public TapNLinkSys system
public Pin pin_TestBat
public Pin pin_BatOn
public Pin pin_MeasVBAT
public Pin pin_MeasVDC
public TapNLinkVarInt testCommands
public TapNLinkVarInt staticCommands
public TapNLinkVarFloat levelBat
public TapNLinkVarFloat levelVDC
public float vBat
public float vDc
public static final float VBATMIN_OK