Ecriture Voile.h
This commit is contained in:
parent
7d4c6ddb3a
commit
065a9574d7
4 changed files with 19 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
nucleo-f103rb\voile.o: ..\Src\Voile.c
|
||||
nucleo-f103rb\voile.o: ..\Src\Voile.h
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
|
||||
#include "Voile.h"
|
||||
|
15
Src/Voile.h
15
Src/Voile.h
|
@ -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);
|
Loading…
Reference in a new issue