9 lines
No EOL
126 B
C
9 lines
No EOL
126 B
C
#ifndef MYBATTERIE_H
|
|
#define MYBATTERIE_H
|
|
|
|
#include <stm32f10x.h>
|
|
|
|
void MyBatterie_Init(void);
|
|
void handler_ADC(void);
|
|
|
|
#endif |