Removed old code

This commit is contained in:
əlemi 2018-10-31 17:28:14 +01:00
parent 27cbbe5c81
commit f5322a4bee
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
################################################################################
/.vs/CVkeyboard/v15/.suo
/.vs
/CppProperties.json

View file

@ -73,7 +73,6 @@ void send() {
void scan() {
for (int cOctave = 0; cOctave < 4; cOctave++) {
/*octBuffer = 12 * cOctave;*/
digitalWrite(octave[cOctave], HIGH);