And I'd be happy to submit the module to the Espruino project when I'm finished.
That'd be great - thanks! If your module were just to use .write (and assume a connection was already established) then nothing stops it from being used for Serial MIDI devices too, because Serial also has a write method.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That'd be great - thanks! If your module were just to use
.write
(and assume a connection was already established) then nothing stops it from being used for Serial MIDI devices too, because Serial also has awrite
method.