Disable debug mode.

This commit is contained in:
Anna Rose 2021-12-22 16:48:15 -05:00
parent f576102af6
commit 5204f5118e

View File

@ -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