kh

Dependencies:   mbed PinDetect Servo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers powerManagement.h Source File

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