Hi
I am testing the examples on this site GitHub - webusb/arduino: WebUSB demos running on Arduino (and compatible) hardware.. I changed USB 0 (#define USB_VERSION 0x200 to 0x210. But I can't upload the example to my Arduino Due board. I get this error message:
In file included from C:\Users\Google\Desktop\arduino-gh-pages\arduino-gh-pages\demos\rgb\sketch\sketch.ino:1:0:
C:\Program Files (x86)\Arduino\libraries\WebUSB/WebUSB.h:27:26: fatal error: PluggableUSB.h: No such file or directory
#include "PluggableUSB.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino Due (Programming Port).
Is there any possibility to get around this error or is there a simple example of WebUSB without using an external library?
Thanks