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