Merge branch 'main' of ssh://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-2/cuujooceevii61

This commit is contained in:
Mees Roelofsz
2024-01-16 14:46:44 +01:00

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);