Rename variables for clarity, fix enumeration bug.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include <Bounce2.h>
|
||||
#include <Joystick.h>
|
||||
|
||||
bool debug = false;
|
||||
bool debug = true;
|
||||
Joystick joystick(debug);
|
||||
|
||||
void setup() {
|
||||
|
Reference in New Issue
Block a user