1.0.1 • Published 8 years ago

artik-io v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

travis build codecov coverage MIT License

Artik IO

GPIO library for Artik devices. It gives you possibility to communicate with Gpio from Node.js enviroment.

Installation

Build for developer purposes

npm i 
npm build

Production build

npm i
npm build:prod

it will output library files to dist directory, which meant to be included in npm package.

Structure

  • artik-gpio.js - main library, responsible for all IO communication
  • artik-io.js - gpio mapping based on artik documentation that can be found here

Usage and samples

To see usage samples, take look at artik-io-devices project.

How does it work

tbd