mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 14:20:50 +02:00
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
|