Dependencies: mbed Servo PinDetect
Diff: powerManagement.h
- Revision:
- 4:628468ce3e86
- Parent:
- 3:2f7a7e2cd49e
--- a/powerManagement.h Tue Nov 13 03:19:06 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -/* -* Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga -* Purpose: Controls Input and Output Data -* Language: C -*/ - -/* -* Function: powerSavingMode -* -------------------- -* Controls what is on while the safe is on this mode -*/ -void powerSavingMode(); - -/* -* Function: getBatteryLevels -* -------------------- -* Get the battery level for the safe -* -* returns: the battery level for the safe -* -*/ -int getBatteryLevels(); -