0.9.2 • Published 9 years ago
artik-io-devices v0.9.2
Description as well as whole project is still under construction. It is not final version
artik-io-devices
This is part of the project artik-io project. It contains devices that uses Artik GPIO interface.
Structure
devices- list of sample (or typical) devices that you can connect to artikdevice.js- main prototype for rest of devices
examples- list of samples
Installation
Build for developer purposes
npm i
npm buildProduction build
npm i
npm buildit will output library files to dist directory, which meant to be included in npm package.
Usage and samples
To get full overview please refer to src/examples where you can find list of use cases
for devices. You can also check devices directory, where you can get an idea how devices are created.
All of them are pretty simple, but you can get an idea how to use this library.