Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ecedc4a4d |
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue