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