Bessere Uebersicht

This commit is contained in:
Andreas Boehringer 2025-07-08 12:54:15 +02:00
parent c2564a8304
commit 9ecedc4a4d

View file

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