We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ac341 commit 74fa530Copy full SHA for 74fa530
libraries/USB/examples/MIDI/MidiController/MidiController.ino
@@ -20,7 +20,7 @@ void loop() {}
20
21
#include "USB.h"
22
#include "USBMIDI.h"
23
-// Create the MIDI device with specific descriptor
+// Creates the MIDI device with specific descriptor
24
USBMIDI MIDI("ESP MIDI Device");
25
26
#define MIDI_NOTE_C4 60
0 commit comments