Hi,
I am trying to bring my T4_1 to send out MIDI messages via USB. I have the following statement at the begining of my code:
MIDI_CREATE_INSTANCE(HardwareSerial, SerialUSB, midiB);
(I picked it from an example I found on the net)
But this is giving me a compiler error (on PlatformIO):
In...