projet_voilier/Sources/batterie.h
2021-11-18 12:04:37 +01:00

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