edison_imu

0.1.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

Package Sidebar

Install

npm i edison_imu

Weekly Downloads

1

Version

0.1.0

License

GPL

Last publish

Collaborators

  • yinono