Functions
Batteries Check

Additional documentation for group 'Batteries Check'. This file contains functions to check batteries state. More...

Functions

double Battery1State ()
double Battery2State ()

Detailed Description

Additional documentation for group 'Batteries Check'. This file contains functions to check batteries state.

See also :

batteryCheck.h
Here is a link to the Header File Reference.
batteryCheck.cpp
Here is a link to the C++ File Reference.


Function Documentation

double Battery1State ( )

Get the state (voltage) of the first battery.

Returns:
a double, the voltage of the first battery.

Definition at line 24 of file batteryCheck.cpp.

double Battery2State ( )

Get the state (voltage) of the second battery.

Returns:
a double, the voltage of the second battery.

Definition at line 46 of file batteryCheck.cpp.