This repository contains examples of using node to control arduino using the Johnny-Five library. It is still a work in progress. It is a simple example that enables one to comtrol the led connected to Pin 13 of arduino uno.
Dependencies: Express Johnny-Five
To control your arduino with Node please follow the following instructions: Node with Arduino
To control brightness of led please connect it to PWM pin (lokout for '~' on the board).The code uses pin 11.hange accordingly.