9 lines
134 B
C
9 lines
134 B
C
#ifndef BATTERY_H
|
|
#define BATTERY_H
|
|
|
|
#include "stm32f1xx_hal.h"
|
|
|
|
void BATTERY_INIT(void);
|
|
char BATTERY_FILTER(void);
|
|
|
|
#endif
|