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