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.
2 parents f62ce45 + 2d13250 commit cabee3fCopy full SHA for cabee3f
src/Adafruit_USBD_MIDI.h
@@ -46,6 +46,8 @@ class Adafruit_USBD_MIDI : public Stream, Adafruit_USBD_Interface {
46
virtual int peek(void);
47
virtual void flush(void);
48
49
+ using Stream::write;
50
+
51
// Raw MIDI USB packet interface.
52
bool send(const uint8_t packet[4]);
53
bool receive(uint8_t packet[4]);
0 commit comments