Open
Description
The WebUSB library provides all the extra low-level USB code necessary for WebUSB support except for one thing: Your device must be upgraded from USB 2.0 to USB 2.1. To do this go into the SDK installation directory and open hardware/arduino/avr/cores/arduino/USBCore.h. Then find the line #define v. That's it!
This change is not needed because the file webusb\avr\boards.txt in this repo has already defined the correct USB_VERSION.
Just need to add a missing instruction in README.md to copy the folder webusb to arduino\hardware folder.
Metadata
Metadata
Assignees
Labels
No labels