junk cleanup

This commit is contained in:
sam
2024-01-16 14:08:17 +01:00
parent a18e0c851d
commit b022747e75

View File

@@ -16,13 +16,6 @@ int buttonStateLeft = 0;
int buttonStateDodge = 0;
int buttonStatePause = 0;
bool boolUp = false;
bool boolRight = false;
bool boolDown = false;
bool boolLeft = false;
bool boolDodge = false;
bool boolPause = false;
void setup() {
// put your setup code here, to run once:
pinMode(buttonPinUp, INPUT);