libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 
30 int battery_charging();
31 
32 
39 float power_level();
40 
46 float power_level_nimh();
47 
53 float power_level_lipo();
54 
61 float power_level_life();
62 
63 
64 
65 #ifdef __cplusplus
66 }
67 #endif
68 
69 #endif /* INCLUDE_WALLABY_BATTERY_H_ */
float power_level()
int battery_charging()
float power_level_nimh()
float power_level_life()
float power_level_lipo()