Some functions to get batteries voltage and so to check batteries state. More...
#include "batteryCheck.h"
Go to the source code of this file.
Functions | |
double | Battery1State () |
double | Battery2State () |
Variables | |
int | BatMon1Pin = 2 |
int | BatMon2Pin = 3 |
int | Bat1val = 0 |
int | Bat2val = 0 |
float | Pin2Voltage = 0 |
float | Pin3Voltage = 0 |
double | Battery1Voltage = 0 |
double | Battery2Voltage = 0 |
float | Ratio = 5 |
Some functions to get batteries voltage and so to check batteries state.
See also :
batteryCheck.h
The header File Reference.
Batteries Check
For functions description.
Definition in file batteryCheck.cpp.