adafruit / CircuitPlaygroundFirmata

Custom firmata firmware sketch for the Circuit Playground board.
19 stars 14 forks source link

Always use TinyUSB (remove WebUSB.h) #8

Closed joshlory closed 5 years ago

joshlory commented 5 years ago

Reverts PR https://github.com/adafruit/CircuitPlaygroundFirmata/pull/6 in favor of the changes in commit eef4c1725dff3e6c2b6097c24268dbf5d9d053e2.

TinyUSB does everything we want, and solves a separate issue we were having (where the board would accept commands but not send data back).

Sorry for the diversion with the other WebUSB implementation!