kh

Dependencies:   mbed PinDetect Servo

powerManagement.h

Committer:
Sayak97
Date:
2018-11-10
Revision:
0:28e05e1a3d1e
Child:
1:2c365f6da61d

File content as of revision 0:28e05e1a3d1e:

/*
* Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga
* Purpose: Controls Input and Output Data
* Language: C
*/
#include "powerManagement.cpp"


/*
* Function: powerSavingMode
* --------------------
*  Controls what is on while the safe is on this mode
*/
void powerSavingMode() {
//however we decide to implement 
}

/*
* Function: getBatteryLevels
* --------------------
*  Get the battery level for the safe
*
*  returns: the battery level for the safe
*
*/
void getBatteryLevels() {
}