From 1ce0e60593ad2359797e7b58556cb6ddbeabcc8d Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 8 Jun 2026 23:04:28 +0200 Subject: [PATCH] Fonctionnel avec VL53L8 en core1 --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 0463711..69a3489 100644 --- a/main.c +++ b/main.c @@ -520,7 +520,7 @@ void gestion_VL53L8CX(void){ //printf("Trajet 2\n"); Trajet_set_obstacle_mm(distance_obstacle); //printf("Trajet 3\n"); - /* + for(int i=0; i<64; i++){ //int distance_cm = Results.distance_mm[i] / 10; int distance_cm = Results.distance_mm[i]; @@ -529,7 +529,7 @@ void gestion_VL53L8CX(void){ } memoire_vl53L8[i] = distance_cm; } - printf("VL:%3d %3d %3d %3d\n", memoire_vl53L8[0], memoire_vl53L8[1], memoire_vl53L8[2], memoire_vl53L8[3]);*/ + /*printf("VL:%3d %3d %3d %3d\n", memoire_vl53L8[0], memoire_vl53L8[1], memoire_vl53L8[2], memoire_vl53L8[3]);*/ } //affichage(); }