From 2c75ef79cfd8d189292487ce7e08b6d60f25bcf8 Mon Sep 17 00:00:00 2001 From: Igor Beloschapkin Date: Mon, 22 Mar 2021 13:47:42 +0100 Subject: [PATCH] Remove case 0 for allLow --- tactile_eeg_local/tactile_eeg_local.ino | 3 --- 1 file changed, 3 deletions(-) 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; } }