15 lines
208 B
C
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);
|
|
}
|