We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f77e5 commit b176702Copy full SHA for b176702
1 file changed
MIDI_FeatherWing/MIDI_FeatherWing.ino
@@ -6,6 +6,10 @@
6
7
#include <MIDI.h>
8
9
+#ifdef USE_TINYUSB
10
+#include <Adafruit_TinyUSB.h>
11
+#endif
12
+
13
MIDI_CREATE_DEFAULT_INSTANCE();
14
15
int notes[] = {69, 72, 74, 76, 72, 81, 79}; // melody notes
0 commit comments