12 lines
No EOL
158 B
C
12 lines
No EOL
158 B
C
#ifndef BATTERIE_H
|
|
#define BATTERIE_H
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
void init_battery(float* );
|
|
|
|
float get_battery_level() ;
|
|
|
|
void handle_check_battery();
|
|
|
|
#endif |