TP_Voilier/Sources/main.c
2022-10-28 10:04:14 +02:00

15 lines
208 B
C

#include "stm32f10x.h"
#include <Driver_GPIO.h>
#include <MyTimer.h>
#include <MyADC.h>
#include <Plateau.h>
int main (void)
{
Set_Moteur_Plateau(ANTI_HORRAIRE,10);
do {
}
while (1);
}