#ifndef BATTERY_UTILS_H_ #define BATTERY_UTILS_H_ #include namespace BATTERY_Utils { String generateEncodedTelemetry(float voltage); } #endif