main #12
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
#define BUTTON3 4
|
||||
|
||||
#define MAXLEVEL 10
|
||||
|
||||
//Variablen
|
||||
int buttons[] = { BUTTON0, BUTTON1, BUTTON2, BUTTON3 };
|
||||
int state = 0;
|
||||
int level = 0;
|
||||
|
@ -34,7 +34,7 @@ void loop() {
|
|||
switch (state) {
|
||||
case 0: // neue Runde
|
||||
//Gruppe 1 start ===============================================================================
|
||||
|
||||
//Manuel,Daniel
|
||||
|
||||
|
||||
//Gruppe 1 ende ================================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue