TP_Voilier/FileInclude/Plateau.h
2022-10-21 17:04:57 +02:00

7 lines
No EOL
147 B
C

#ifndef MYPLATEAU_H
#define MYPLATEAU_H
#include "stm32f10x.h"
void Set_Moteur_Plateau(char sens, char vitesse); // -1 gauche et 1 droite
#endif