diff --git a/tactile_eeg_local/tactile_eeg_local.ino b/tactile_eeg_local/tactile_eeg_local.ino index 677edf4..be4b2e0 100644 --- a/tactile_eeg_local/tactile_eeg_local.ino +++ b/tactile_eeg_local/tactile_eeg_local.ino @@ -197,8 +197,5 @@ void vibrate(const char signr) delay(220); digitalWrite(PIN_TAC1, LOW); break; - case '0': - allLow(); - break; } }