ANNOUNCEMENT
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
var five = require("johnny-five"), | |
twitter = require('ntwitter'), | |
board, lcd, mentions = 0; | |
board = new five.Board(); | |
board.on("ready", function() { | |
lcd = new five.LCD({ | |
pins: [ 8, 9, 10, 11, 12, 13 ], |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)