Browse Source

Datentype der Eingabe wird verandert

ZhaoXue 2 years ago
parent
commit
8191a33c63
1 changed files with 3 additions and 3 deletions
  1. 3 3
      BELEG3.ino

+ 3 - 3
BELEG3.ino

@@ -7,9 +7,9 @@
 
 
 unsigned char gesamtpunktzahl;
 unsigned char gesamtpunktzahl;
 const int red = 13, blue = 12, green = 11;
 const int red = 13, blue = 12, green = 11;
-byte wahl; 
-int eingabe[10];
-int rand(void);
+byte wahl;                     //Erstellung der Variante von den Modeauswahlen
+byte eingabe[10];
+int rand(void);                //Erstellung der Rand
 bool prufmode=false;
 bool prufmode=false;
 bool gameover=false;
 bool gameover=false;