#pragma once typedef struct { int mV; int percentage; bool charging; } battery_info_t; int battery_init(); battery_info_t battery_get_state();