Plateau a continuer

This commit is contained in:
Cedric Chanfreau 2023-04-11 15:34:05 +02:00
parent 7163e05d17
commit d3a8307d90

View file

@ -5,23 +5,26 @@
#include "Plateau.h"
#include "telecommande.h"
char data[] = "Hello World";
int i = 0;
int len = sizeof(data) - 1; // -1 pour ne pas envoyer le caractère nul
int main (void){
init_telecommande();
Plateau_init();
Plateau_direction(DROITE);
MyGPIO_Struct_TypeDef * GPIO;
//init_telecommande();
//Plateau_init();
//Plateau_direction(DROITE);
//testRemote();
MyGPIO_Init(GPIO);
testRemote();
while(1){
MyGPIO_Set(GPIOA,3);
}