0.1.1 • Published 7 years ago

obniz-parts v0.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Obniz Parts Library

This provide various number of electrical parts modules.

install

First, Install this module.

npm install obniz-parts

and load this in your js file.

var Parts = require('obniz-parts');

then you can create object contained in this library. all parts list is available here

var Parts = require('obniz-parts');

var myled = new Parts.LED();

see the connection to an obniz at here.

0.1.1

7 years ago

0.1.0

7 years ago