Skip to content

Instantly share code, notes, and snippets.

View sandeepmistry's full-sized avatar

Sandeep Mistry sandeepmistry

View GitHub Profile
@sandeepmistry
sandeepmistry / yun.js
Created February 11, 2014 00:30
Arduino Yun: bleno + johnny-five
var util = require('util');
var bleno = require('bleno');
var five = require("johnny-five");
var BlenoPrimaryService = bleno.PrimaryService;
var BlenoCharacteristic = bleno.Characteristic;
var BlenoDescriptor = bleno.Descriptor;
var board = new five.Board({