From d9037cfb6a81eb1d2a080b43f471092d50816044 Mon Sep 17 00:00:00 2001 From: "vianney.jourdy" Date: Mon, 15 May 2023 22:56:28 +0200 Subject: [PATCH] quelques petites corrections --- Projet/Projet.ino | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Projet/Projet.ino b/Projet/Projet.ino index c678f5c..a79c344 100644 --- a/Projet/Projet.ino +++ b/Projet/Projet.ino @@ -62,7 +62,7 @@ void setup() { // } -// fonction d'affichage d'une piece +// fonction d'affichage des pieces void afficherPiece(unsigned int tab[5][2]) { for(int i=0; i<4; i++) { tft.fillCircle(tab[i][0], tab[i][1],rayonPiece,TFT_YELLOW); // Dessin du cercle plein en jaune de la piece @@ -84,7 +84,7 @@ void Gyroscope() { if(yBoule>yMax || yBoule<(rayonBoule+40) || xBoule>xMax || xBoule