arduino / ArduinoCore-samd

Arduino Core for SAMD21 CPU
GNU Lesser General Public License v2.1
470 stars 718 forks source link

USBH_MIDI driver ported #304

Open gdsports opened 6 years ago

gdsports commented 6 years ago

Any interest in the USBH_MIDI driver from the USB Host Shield 2.0 project? I can submit a PR. Would it be better to keep the USBH_MIDI code in a separate repo or include with the core files?

https://github.com/gdsports/usbh_midi_samd

I have not done much testing except with a MIDI mixer board.

bonnom commented 6 years ago

I came here to request this. It would be great if it gets integrated in the core!!

gdsports commented 6 years ago

The above repo is no longer maintained. I ported most of the drivers including the MIDI host driver from the USB Host Shield 2.0 project to work on SAMD. Early versions required changes to the SAMD core files but the current version does not.

https://github.com/gdsports/USB_Host_Library_SAMD/