junk cleanup
This commit is contained in:
@@ -16,13 +16,6 @@ int buttonStateLeft = 0;
|
|||||||
int buttonStateDodge = 0;
|
int buttonStateDodge = 0;
|
||||||
int buttonStatePause = 0;
|
int buttonStatePause = 0;
|
||||||
|
|
||||||
bool boolUp = false;
|
|
||||||
bool boolRight = false;
|
|
||||||
bool boolDown = false;
|
|
||||||
bool boolLeft = false;
|
|
||||||
bool boolDodge = false;
|
|
||||||
bool boolPause = false;
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// put your setup code here, to run once:
|
// put your setup code here, to run once:
|
||||||
pinMode(buttonPinUp, INPUT);
|
pinMode(buttonPinUp, INPUT);
|
||||||
|
Reference in New Issue
Block a user