rashmi v / Mbed 2 deprecated SS_SensePOC2P0_12Dec2017_USERPID

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of SS_SensePOC2P0_11Dec2017_USERPID by rashmi v

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_SCREEN_CHARGE_CONDITION                                            0
00005 #define  BATTERY_LOW_CHARGE_CONDITION                                               1
00006 #define  BATTERY_CRITICALLY_LOW_CHARGE_CONDITION                                    2
00007 #define  BATTERY_SCREEN_NO_CHARGE_CONDITION                                         3
00008 
00009 /*  battery_monitor()   : To Monitor Battery Voltage
00010     returns             : battery_condition
00011 
00012 */
00013  //uint8_t battery_voltage_condition=0;
00014 
00015 void battery_monitor();
00016 
00017 uint8_t get_battery_status();
00018 
00019 #endif