hello-lights
v0.3.1
Published
Commands to control a traffic light
Downloads
8
Readme
hello-lights
Commands to control a traffic light
Works with a Cleware USB traffic light.
Install
$ npm install hello-lights --save
Usage
Issue commands to control a connected traffic light:
const {Commander} = require('hello-lights');
let commander = new Commander();
// keeps flashing the red light in 400ms intervals
commander.run('twinkle red 400');
For the Commander
class documentation look here.
Commands
Check out the available commands here. For multiple traffic lights (Commander.multi
) look here.
Documentation
For the documentation look here.
License
Licensed under the MIT license.