libkipr  1.0.0
battery.h
Go to the documentation of this file.
1 /*
2  * battery.h
3  *
4  * Created on: Nov 2, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_BATTERY_H_
9 #define INCLUDE_WALLABY_BATTERY_H_
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
37 
38 
45 float power_level();
46 
53 
60 
68 
69 
70 
71 #ifdef __cplusplus
72 }
73 #endif
74 
75 #endif /* INCLUDE_WALLABY_BATTERY_H_ */
int battery_charging()
float power_level_life()
float power_level_nimh()
float power_level()
float power_level_lipo()