Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
battery.h
00001 #ifndef BATTERY_H_ 00002 #define BATTERY_H_ 00003 00004 /* battery_monitor() : To Monitor Battery Voltage 00005 returns : battery_condition 00006 00007 */ 00008 //uint8_t battery_voltage_condition=0; 00009 00010 void battery_monitor(); 00011 00012 /* battery_status_display() : To Display Battery Status 00013 parameter : battery_voltage_condition 00014 returns : void 00015 */ 00016 void battery_status_display(); 00017 00018 uint8_t get_battery_status(); 00019 00020 #endif
Generated on Thu Jul 14 2022 21:53:47 by
1.7.2
