Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 461 Bytes

Flashlight

An ongoing side project to create CodePen for Arduino. Web devs can upload embed their .ino file into a web widget, enabling visitors to plug in their Arduino board and flash it with the .hex file. Visitors can also interact with their board in the same widget. Currently it is only able to connect through Web Serial API, and send and receive bitarrays. Compiling and flashing coming soon. To start: cd client yarn start