Rename variables for clarity, fix enumeration bug.
This commit is contained in:
parent
398668205d
commit
3fd595c7c2
4 changed files with 21 additions and 20 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <Bounce2.h>
|
||||
#include <Joystick.h>
|
||||
|
||||
bool debug = false;
|
||||
bool debug = true;
|
||||
Joystick joystick(debug);
|
||||
|
||||
void setup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue