Compare commits

..

No commits in common. "fbb81eb6056e8f199a5a4773a3b687aaf8c4515c" and "9eba00580621d054a77860c204f224d78df8ec57" have entirely different histories.

View file

@ -43,19 +43,6 @@ void loop() {
//Fabian Bräuer und Alexandros Karasawidis
Tft.setCursorCharacter(1, 1); //Position des cursers
Tft.println("Ausgabe ");
Tft.print(" ");
portMode(1, OUTPUT); //LEDs
for (int i = 0; i <= level; i++) { //random schleife
digitalWrite(buttons[musterVorgabe[i]], LOW); //aus
delay(500);
digitalWrite(buttons[musterVorgabe[i]], HIGH); //an
delay(500); //warten weil muss
}
state = 2; //Zustand 2
//Gruppe 2 ende ================================================================================
break;
case 2: // Eingabe aktuelle Runde