#ifndef SLEEP_UTILS_H_ #define SLEEP_UTILS_H_ #include namespace SLEEP_Utils { void gpsSleep(); void gpsWakeUp(); void checkIfGPSShouldSleep(); } #endif