adafruit / CircuitPlaygroundFirmata

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

Support WebUSB for Classic Boards #9

Closed epeach closed 4 years ago

epeach commented 5 years ago

Companion to commit https://github.com/adafruit/CircuitPlaygroundFirmata/commit/eef4c1725dff3e6c2b6097c24268dbf5d9d053e2 Because TinyUSB isn't supported on AVR boards, use WebUSB in the firmata for the Classic boards.

ladyada commented 5 years ago

woops missed this PR - have you tested this code or is it still under dev?

epeach commented 4 years ago

Hi! I tested this locally by flashing the Circuit Playground Classic with this firmata and following the demo here (https://github.com/webusb/arduino) and checking that I could connect, send, and receive data (I sent a request for report_version and received the expected value). Please let me know if there are more comprehensive tests you would like to me to complete.

ladyada commented 4 years ago

awesome, great work!