Update MidiBle.ino

This commit is contained in:
lathoub 2020-03-03 21:49:41 +01:00
parent 90b83e2360
commit e2e97d17e6
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ void loop()
{ {
t0 = millis(); t0 = millis();
// MIDI.sendNoteOn(60, 127, 1); // note 60, velocity 127 on channel 1 MIDI.sendNoteOn(60, 127, 1); // note 60, velocity 127 on channel 1
// MIDI.sendNoteOff(60, 0, 1); MIDI.sendNoteOff(60, 0, 1);
} }
} }