0.1.0 • Published 8 years ago

edison_imu v0.1.0

Weekly downloads
-
License
GPL
Repository
-
Last release
8 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

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago