Disable debug mode.
This commit is contained in:
parent
f576102af6
commit
5204f5118e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include <Joystick.h>
|
#include <Joystick.h>
|
||||||
#include <Matrix.h>
|
#include <Matrix.h>
|
||||||
|
|
||||||
Joystick joystick(true);
|
Joystick joystick(false);
|
||||||
|
|
||||||
// These defines match the board schematic
|
// These defines match the board schematic
|
||||||
#define ENC1 2, 4
|
#define ENC1 2, 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue