#ifndef BATTERY_H #define BATTERY_H #include "stm32f1xx_hal.h" void BATTERY_INIT(void); char BATTERY_FILTER(void); #endif