11 lines
No EOL
189 B
C
11 lines
No EOL
189 B
C
#ifndef BORDAGE_H
|
|
#define BORDAGE_H
|
|
#include "stm32f10x.h"
|
|
|
|
void Init_bordage();
|
|
|
|
void Update_bordage (TIM_TypeDef *Timer, char channel, char roulis);
|
|
|
|
int Calcul_Angle();
|
|
|
|
#endif |