0.1.0 • Published 9 years ago

edison_imu v0.1.0

Weekly downloads
-
License
GPL
Repository
-
Last release
9 years ago

SparkFun 9DOF Block for Edison Node.js Addon

This package is a wrapper for SparkFun 9DOF Block for Edison C++ Library.

In order to initalize the library in javaScript use:

var imulib = require('edison_imu');
var imu = new imulib.LSM9DS0(0x6B,0x1D);
var imuResult = imu.begin();
console.log('Chip id %x',imuResult);

The original c++ library and documentation may be found here

The code is released under GPL.

Distributed as-is; no warranty is given.

0.1.0

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago