1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-23 14:41:25 +00:00
This commit is contained in:
2021-11-08 13:54:12 -07:00
parent fe1a5b9bc0
commit 7cffb33ff1
2 changed files with 11 additions and 7 deletions

View File

@@ -232,5 +232,9 @@ void closeFile() {
void teensyAbort() {
while (1) {
digitalWrite(BUILTIN_LED, HIGH);
delay(1000);
digitalWrite(BUILTIN_LED, LOW);
delay(1000);
}
}