From 907e2ddf2b543041db0c3c726803d35d409f164d Mon Sep 17 00:00:00 2001 From: grouille Date: Mon, 20 Jan 2020 14:50:22 +0100 Subject: [PATCH] MAJ Fichier --- arduinoToRpi.c | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/arduinoToRpi.c b/arduinoToRpi.c index 225fc87..df44d75 100644 --- a/arduinoToRpi.c +++ b/arduinoToRpi.c @@ -17,17 +17,6 @@ void send_serial(unsigned char c) UDR0 = c; } -void send_msg(void){ - char msg[] = "Bonjour\r\n"; - while(1){ //nécessaire pour eviter d'executer la tache une seule fois - int i=0; - for(i=0; i