FortySevenEffects / arduino_midi_library

MIDI for Arduino
MIT License
1.56k stars 252 forks source link

end method for Serial Transport #218

Closed lathoub closed 3 years ago

lathoub commented 3 years ago

The Transport layer is started, but could never be stopped. This change will allow the underlying library to call the end() method in the Transport layers (all other Transport layer have the end() method implemented)

Next step is to call the Transport end() method, when ending the MIDI instance