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:
@@ -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