Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 389 Bytes

puck-remote

A simple example of using a Puck.js button as a remote control.

Setup your puck

  1. Open up the Espruino Web IDE
  2. Connect to your puck device
  3. Upload the sketch from puck/puck.js
  4. Disconnect

Setup and run the local app

  1. apt install libudev-dev
  2. Run npm install in the root of this repository
  3. Run node index.js