Compare commits

...
Sign in to create a new pull request.

1 commit
main ... main

Author SHA1 Message Date
Andreas Boehringer
9ecedc4a4d Bessere Uebersicht 2025-07-08 12:54:15 +02:00

View file

@ -8,7 +8,7 @@
#define BUTTON3 4 #define BUTTON3 4
#define MAXLEVEL 10 #define MAXLEVEL 10
//Variablen
int buttons[] = { BUTTON0, BUTTON1, BUTTON2, BUTTON3 }; int buttons[] = { BUTTON0, BUTTON1, BUTTON2, BUTTON3 };
int state = 0; int state = 0;
int level = 0; int level = 0;