This is the code that I used as a starting point for my project.
Just copy the code that initializes DIN-MIDI from here into my main.cpp to enable serial TRS MIDI.
MidiUartHandler::Config midi_config;
midi.Init(midi_config);
This is the code that I used as a starting point for my project.
Just copy the code that initializes DIN-MIDI from here into my main.cpp to enable serial TRS MIDI.
MidiUartHandler::Config midi_config;
midi.Init(midi_config);