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