Qubit 2020 / presensfirmwareupdate

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers battery.h Source File

battery.h

00001 #ifndef BATTERY_H
00002 #define BATTERY_H
00003 
00004 #define BATTERY_MIN_LEVEL 9.5
00005 
00006 /**
00007  * Get battery level.
00008  *
00009  * @reurn battery level (volts)
00010  */
00011 float batteryGet(void);
00012 
00013 #endif