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: mbed PinDetect Servo
powerManagement.h
00001 /* 00002 * Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga 00003 * Purpose: Controls Input and Output Data 00004 * Language: C 00005 */ 00006 00007 /* 00008 * Function: powerSavingMode 00009 * -------------------- 00010 * Controls what is on while the safe is on this mode 00011 */ 00012 void powerSavingMode(); 00013 00014 /* 00015 * Function: getBatteryLevels 00016 * -------------------- 00017 * Get the battery level for the safe 00018 * 00019 * returns: the battery level for the safe 00020 * 00021 */ 00022 int getBatteryLevels(); 00023
Generated on Wed Jul 13 2022 11:24:16 by
1.7.2