![]() |
Autodrone
Multi-Domain Vehicle
|
This file initializes the battery monitor and provides functions to process the data. More...
Go to the source code of this file.
Enumerations | |
enum | battCells_e { NO_BATT , THREE = 3 , FOUR , FIVE , SIX } |
Functions | |
void | battMonInit (void) |
Initializes the battery monitor. More... | |
void | battMonRead (void) |
Starts the ADC conversion and processes the value. More... | |
Variables | |
float | battVoltage |
battCells_e | cells |
bool | battLow |
bool | battEmpty |
This file initializes the battery monitor and provides functions to process the data.
enum battCells_e |
void battMonInit | ( | void | ) |
Initializes the battery monitor.
void battMonRead | ( | void | ) |
Starts the ADC conversion and processes the value.
|
extern |
|
extern |
|
extern |
|
extern |