Skip to content

Commit 2ac0b69

Browse files
committed
mention MIDI Library in example sketch
1 parent 9017f9f commit 2ac0b69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/MIDI/midi_test/midi_test.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
any redistribution
1010
*********************************************************************/
1111

12+
/* This sketch is enumerated as USB MIDI device.
13+
* Following library is required
14+
* - MIDI Library by Forty Seven Effects
15+
* https://github.com/FortySevenEffects/arduino_midi_library
16+
*/
17+
1218
#include <Arduino.h>
1319
#include "Adafruit_TinyUSB.h"
1420
#include <MIDI.h>

0 commit comments

Comments
 (0)