Update MidiBle.ino
This commit is contained in:
parent
f4927cd4ea
commit
30d101bca6
|
|
@ -49,6 +49,6 @@ void loop()
|
|||
{
|
||||
t0 = millis();
|
||||
|
||||
MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 127 on channel 1
|
||||
MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 100 on channel 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue