0.1.0 • Published 10 years ago

edison_imu v0.1.0

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

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago