Disable debug mode.
This commit is contained in:
parent
f576102af6
commit
5204f5118e
|
@ -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…
Reference in New Issue
Block a user