forked from BKI/25_BKI2_2
Lösung Trs Gruppe1
Übernahme aus Lösung, da Gruppe 1 nichts gearbeitet....
This commit is contained in:
parent
c43ab91ace
commit
f869a17027
1 changed files with 14 additions and 1 deletions
|
@ -35,7 +35,20 @@ void loop() {
|
|||
case 0: // neue Runde
|
||||
//Gruppe 1 start ===============================================================================
|
||||
|
||||
Tft.setCursorCharacter(1, 1);
|
||||
Tft.print("neue Runde in ");
|
||||
for (int j = 3; j > 0; j--) {
|
||||
Tft.setCursorCharacter(1, 15);
|
||||
Tft.print(String(j) + " ");
|
||||
delay(1000);
|
||||
}
|
||||
level = 0;
|
||||
|
||||
for (int i = 0; i < MAXLEVEL; i++) {
|
||||
musterVorgabe[i] = random(0, 4);
|
||||
musterEingabe[i] = -1;
|
||||
}
|
||||
state = 1;
|
||||
|
||||
//Gruppe 1 ende ================================================================================
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue