Skip to content

Instantly share code, notes, and snippets.

@getflourish
Created April 28, 2017 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getflourish/d0d20ed9df5f89029cc22d8cfa08b691 to your computer and use it in GitHub Desktop.
Save getflourish/d0d20ed9df5f89029cc22d8cfa08b691 to your computer and use it in GitHub Desktop.
setBusyIndicator(LED1);
setWatch(function(e) {
// Bluetooth.println(Puck.light());
Bluetooth.println("button down");
}, BTN, { repeat:true, edge:'rising' });
setWatch(function(e) {
Bluetooth.println("button up");
}, BTN, { repeat:true, edge:'falling' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment