obniz-parts

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i obniz-parts

Weekly Downloads

1

Version

0.1.1

License

ISC

Last publish

Collaborators

  • yukisato