#include <battery.h>
Definition at line 54 of file battery.h.
Data Fields | |
| int | Coeff0 |
| t^2 coefficient c | |
| int | Coeff1 |
| coefficient m | |
| int | Coeff2 |
| coefficient b, v = cT^2 + mT + b | |
| int | CurLevel |
| current level index. | |
| int | CurVoltage |
| last calculated battery voltage. | |
| unsigned int | BatLowTime |
| counter to determine when to send a message to the UI. | |
| int | Flags |
| Various battery state flags. | |
1.3.9.1