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