Browse Source

Remove case 0 for allLow

master
Igor Beloschapkin 3 years ago
parent
commit
2c75ef79cf
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      tactile_eeg_local/tactile_eeg_local.ino

+ 0
- 3
tactile_eeg_local/tactile_eeg_local.ino View File

@@ -197,8 +197,5 @@ void vibrate(const char signr)
delay(220);
digitalWrite(PIN_TAC1, LOW);
break;
case '0':
allLow();
break;
}
}

Loading…
Cancel
Save