0.1.2 • Published 9 years ago

zetta-orientation-i2c-driver v0.1.2

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

##Zetta orientation driver for i2c bus

###Install

$> git clone https://github.com/zetta-telemetry/zetta-orientation-i2c-driver.git

###Usage

var zetta = require('zetta');
var Orientation = require('zetta-orientation-i2c-driver');

zetta()
  .use(Orientation)
  .listen(1337)

Hardware

  • any platform

###Transitions

#####do(message)

Calls the device's log() function passing the message param.

###Design

This device driver is designed to be the starter code for other device drivers.