Fixed more "sloppy programming"

This commit is contained in:
Thomas O Fredericks
2020-08-25 14:24:38 -04:00
parent fd99238112
commit 3a88a924f2
+1 -1
View File
@@ -28,7 +28,7 @@
Bounce bounce = Bounce();
// SET A VARIABLE TO STORE THE LED STATE
bool ledState = LOW;
int ledState = LOW;
void setup() {