zetta-orientation-i2c-driver

0.1.2 • Public • Published

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.

Package Sidebar

Install

npm i zetta-orientation-i2c-driver

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • landlessness