mirror of
https://git.alemi.dev/cv-keyboard.git
synced 2024-11-23 17:04:49 +01:00
Removed old code
This commit is contained in:
parent
27cbbe5c81
commit
f5322a4bee
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
/.vs/CVkeyboard/v15/.suo
|
/.vs/CVkeyboard/v15/.suo
|
||||||
|
/.vs
|
||||||
|
/CppProperties.json
|
||||||
|
|
|
@ -73,7 +73,6 @@ void send() {
|
||||||
|
|
||||||
void scan() {
|
void scan() {
|
||||||
for (int cOctave = 0; cOctave < 4; cOctave++) {
|
for (int cOctave = 0; cOctave < 4; cOctave++) {
|
||||||
/*octBuffer = 12 * cOctave;*/
|
|
||||||
digitalWrite(octave[cOctave], HIGH);
|
digitalWrite(octave[cOctave], HIGH);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue