7 lines
No EOL
147 B
C
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 |