This website works better with JavaScript.
Home
Explore
Help
Sign In
beloschapkinig61248
/
tactileeegino
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove case 0 for allLow
master
Igor Beloschapkin
3 years ago
parent
95508d7736
commit
2c75ef79cf
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
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;
}
}
Write
Preview
Loading…
Cancel
Save