![]() |
Autodrone
Multi-Domain Vehicle
|
This file initializes the battery monitor and provides functions to process the data. More...
#include "board.h"
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 = false |
bool | battEmpty = false |
This file initializes the battery monitor and provides functions to process the data.
void battMonInit | ( | void | ) |
Initializes the battery monitor.
void battMonRead | ( | void | ) |
Starts the ADC conversion and processes the value.
bool battEmpty = false |
bool battLow = false |
float battVoltage |
battCells_e cells |