Rename variables for clarity, fix enumeration bug.

This commit is contained in:
2021-11-01 22:09:11 +00:00
parent 398668205d
commit 3fd595c7c2
4 changed files with 21 additions and 20 deletions

View File

@ -5,7 +5,7 @@
#include <Bounce2.h>
#include <Joystick.h>
bool debug = false;
bool debug = true;
Joystick joystick(debug);
void setup() {