#ifndef BATTERY_H #define BATTERY_H #include "stm32f10x.h" void battery(uint32_t data); void initBattery(void); #endif