MIDIUSB icon indicating copy to clipboard operation
MIDIUSB copied to clipboard

Support for Arduino Uno R4

Open vloop opened this issue 1 year ago • 1 comments
trafficstars

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

vloop avatar Mar 29 '24 13:03 vloop

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).

Stefano19-Bongiovanni avatar Apr 22 '24 19:04 Stefano19-Bongiovanni