SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
562 stars 148 forks source link

HID library? #22

Closed SpenceKonde closed 5 years ago

SpenceKonde commented 5 years ago

How does this work, when these parts don't have native USB?!

Does this rely on firmware on the interface chip on the Uno WiFi Rev. 2? In that case, it needs to get the axe.

freemovers commented 5 years ago

The Nano and Wifi all have the SAMD11 on board for USB support, like the Arduino UNO uses the atmega16u2. No need for any USB support at this moment.