Ecriture Voile.h

This commit is contained in:
Elies Tali 2020-10-19 10:06:25 +02:00
parent 7d4c6ddb3a
commit 065a9574d7
4 changed files with 19 additions and 0 deletions

View file

@ -1 +1,2 @@
nucleo-f103rb\voile.o: ..\Src\Voile.c
nucleo-f103rb\voile.o: ..\Src\Voile.h

Binary file not shown.

View file

@ -0,0 +1,3 @@
#include "Voile.h"

View file

@ -0,0 +1,15 @@
#include "MyTimer.h"
void confVoile(TIM_TypeDef * Timer, int channel);
char * toString(int theta) ;
int RecupTension(void);
int calculTension(int alpha);
void tendreVoile(TIM_TypeDef * Timer, int channel, int alpha);