We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40468d0 commit cbd315fCopy full SHA for cbd315f
.gitignore
@@ -1 +1,2 @@
1
stm_workspace/.metadata/
2
+**.vscode
Power/src/main.cpp
@@ -131,7 +131,7 @@ void waterInterrupt() {
131
delay(100);
132
133
if (digitalRead(WATER_DETECTED)) {
134
- killSystem();
+ // killSystem();
135
while (true) {
136
digitalWrite(TEENSY_LED, HIGH);
137
delay(500);
0 commit comments