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

delay(220); delay(220);
digitalWrite(PIN_TAC1, LOW); digitalWrite(PIN_TAC1, LOW);
break; break;
case '0':
allLow();
break;
} }
} }

Loading…
Cancel
Save