Projet_Voilier/Services/bordage.h
2025-12-03 09:59:14 +01:00

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