artik-io-devices
v0.9.2
Published
This is part of the project [artik-io project](https://github.com/bkoper/artik-io). It contains devices that uses Artik GPIO interface.
Downloads
2
Maintainers
Readme
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 build
Production build
npm i
npm build
it 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.