arduino-libraries/MIDIUSB

Support for Arduino Uno R4

vloop opened this issue · 1 comments

vloop commented

Hi, is there any plan to support the new R4 despite its different processor?
It should be feasible since it has native usb connectivity.

This library is based on "PluggableUSB" which is an Arduino-CORE, but it seems to be not implemented in for the Arduino R4 despite the new chip supports native USB communication, in fact it can emulate an HID device (Mouse or Keyboard).