Arduino-BLE-MIDI/test/NoteOn.cpp

13 lines
118 B
C++

#define DEBUG 7
#define APPLEMIDI_INITIATOR
#include "../src/midi_bleTransport.h"
void begin()
{
}
void loop()
{
}