#ifndef BATTERY_UTILS_H_ #define BATTERY_UTILS_H_ #include namespace BATTERY_Utils { float checkBattery(); float checkExternalVoltage(); } #endif