11 lines
No EOL
183 B
C
11 lines
No EOL
183 B
C
#ifndef MYBATTERIE_H
|
|
#define MYBATTERIE_H
|
|
|
|
#include <stm32f10x.h>
|
|
|
|
void MyBatterie_Init(void);
|
|
void handler_ADC(void);
|
|
void Gestion_Conversion_ADC(void);
|
|
int MyBatterie_val();
|
|
|
|
#endif |