Skip to content

Instantly share code, notes, and snippets.

View Redmega's full-sized avatar

Angel J Piscola Redmega

  • Honeybee Health
  • Miami
  • 03:33 (UTC -04:00)
  • LinkedIn in/apiscola
View GitHub Profile
@Redmega
Redmega / keybase.md
Created March 16, 2018 19:31
Keybase proof

Keybase proof

I hereby claim:

  • I am redmega on github.
  • I am redmega (https://keybase.io/redmega) on keybase.
  • I have a public key ASCcRAMb12fNPHLzyjfHpM-xafb9uyjQch0Uv4yoQ1ivEwo

To claim this, I am signing this object:

@Redmega
Redmega / index.js
Last active August 9, 2017 19:54
Johnny Five app
const five = require('johnny-five');
var board = new five.Board();
// The board's pins will not be accessible until
// the board has reported that it is ready
const LIGHTS = [10, 11, 12, 13];
const BUTTONS = [5, 4, 3, 2];
const NOTES = ['C', 'E', 'G', 'B'];
const PIEZO = 6;