Skip to content

Particle port of the Adafruit 10-DOF IMU Breakout L3GD20H LSM303 BMP180

License

Notifications You must be signed in to change notification settings

rickkas7/Adafruit_10DOF_IMU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adafruit 10DOF IMU

Particle port of the Adafruit 10-DOF IMU Breakout L3GD20H LSM303 BMP180

This is a port of the Adafruit libraries for the 10DOF (10 degree of freedom) IMU (Inertial Measurement Unit) breakout board for the Particle Photon, Electron, etc.

Wiring:

  • Boad <-> Photon
  • VIN <-> 3V3
  • GND <-> GND
  • SCL <-> D1
  • SDA <-> D0
  • Leave the rest of the pins unconnected

Board Description and purchase link: [https://www.adafruit.com/products/1604] (https://www.adafruit.com/products/1604)

[Adafruit How-To] (https://learn.adafruit.com/adafruit-10-dof-imu-breakout-lsm303-l3gd20-bmp180/introduction)

It is ported from these libraries:

To use it in your code, simply add the Adafruit_10DOF_IMU library to your project. It should automatically add the approrpiate include:

#include "Adafruit_10DOF_IMU/Adafruit_10DOF_IMU.h"

About

Particle port of the Adafruit 10-DOF IMU Breakout L3GD20H LSM303 BMP180

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages