noopkat / avrgirl-arduino

:girl: :pager: A NodeJS library for flashing compiled sketch files to Arduino microcontroller boards.
MIT License
506 stars 129 forks source link

Adafruit Circuit Playground Test #135

Closed HipsterBrown closed 7 years ago

HipsterBrown commented 7 years ago

I tested the recent release of avrgirl-arduino with support for the Adafruit Circuit Playground Classic against the board.

Result:

hipsterbrown:avrgirl-arduino (master) $ node tests/demos/circuit-playground-classic.js
found circuit-playground-classic on port /dev/cu.usbmodem1421
resetting board...
reset complete.
connected
flashing, please wait...
flash complete.
done.
hipsterbrown:avrgirl-arduino (master) $

Success!!! :tada:

This PR adds a test demo file for the circuit-playground-classic and updates the README to include the board in the supported boards list (I also added myself to the list of contributors if this is approved).

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 44.84% when pulling 85eff9a74f79393f8b98b00a386ad813bebd611b on HipsterBrown:circuit-playground-test into 53bf0a53afcf52c6fb130af710fe3c7d693aa3ad on noopkat:master.

noopkat commented 7 years ago

bitmoji

Thank you so much @HipsterBrown for testing and writing code / docs for this board. Merging! 🙌🏻