main #12

Open
reichrma wants to merge 2 commits from reichrma/simonsays_2425:main into main
Showing only changes of commit 9ecedc4a4d - Show all commits

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;