update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
#include <bombatuino_MIDI.h>
|
||||
|
||||
MIDI Midi;
|
||||
|
||||
void setup() {
|
||||
Midi.begin();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Midi.noteOn(0x3C,0x64);
|
||||
}
|
||||
Reference in New Issue
Block a user