#ifndef UNS_BATTERY_H #define UNS_BATTERY_H int get_battery_voltage(void); int get_battery_percent(void); #endif // #ifndef UNS_BATTERY_H