Hi,
Similar to this question: https://forum.pjrc.com/threads/40381-WebUSB?highlight=webusb
I am trying to get WebUSB to work with the Teensy. I am using a Teensy 3.2
The key thing for WebUSB is that a microcontroller needs direct USB access which I think the Teensy does.
However, when I try to get the examples from https://github.com/webusb/arduino to work, I get the following errors:
Does anybody know what PluggableUSB is or what I need to make it work with the Teensy?
Similar to this question: https://forum.pjrc.com/threads/40381-WebUSB?highlight=webusb
I am trying to get WebUSB to work with the Teensy. I am using a Teensy 3.2
The key thing for WebUSB is that a microcontroller needs direct USB access which I think the Teensy does.
However, when I try to get the examples from https://github.com/webusb/arduino to work, I get the following errors:
Code:
Arduino: 1.8.12 (Linux), TD: 1.51, Board: "Arduino Uno"
In file included from /home/user/Desktop/sketch_may07a/sketch_may07a.ino:1:0:
/home/user/Applications/arduino-1.8.12/libraries/WebUSB/WebUSB.h:27:26: fatal error: PluggableUSB.h: No such file or directory
compilation terminated.
Error compiling for board Teensy 3.2 / 3.1.
Does anybody know what PluggableUSB is or what I need to make it work with the Teensy?