Lib for MPU9150/9250 IMU sensors

Dependents:   ezSBC_MPU9250

Committer:
JojoS
Date:
Mon Apr 24 16:21:35 2017 +0000
Revision:
0:ab00d9bcd00d
modified for mbed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JojoS 0:ab00d9bcd00d 1 {
JojoS 0:ab00d9bcd00d 2 "name": "I2Cdevlib-MPU9150",
JojoS 0:ab00d9bcd00d 3 "keywords": "gyroscope, accelerometer, compass, sensor, i2cdevlib, i2c",
JojoS 0:ab00d9bcd00d 4 "description": "The MPU-9150 combines two chips: the MPU-6050, which contains a 3-axis gyroscope, 3-axis accelerometer and the AK8975, a 3-axis digital compass",
JojoS 0:ab00d9bcd00d 5 "include": "Arduino/MPU9150",
JojoS 0:ab00d9bcd00d 6 "repository":
JojoS 0:ab00d9bcd00d 7 {
JojoS 0:ab00d9bcd00d 8 "type": "git",
JojoS 0:ab00d9bcd00d 9 "url": "https://github.com/jrowberg/i2cdevlib.git"
JojoS 0:ab00d9bcd00d 10 },
JojoS 0:ab00d9bcd00d 11 "dependencies":
JojoS 0:ab00d9bcd00d 12 {
JojoS 0:ab00d9bcd00d 13 "name": "I2Cdevlib-Core",
JojoS 0:ab00d9bcd00d 14 "frameworks": "arduino"
JojoS 0:ab00d9bcd00d 15 },
JojoS 0:ab00d9bcd00d 16 "frameworks": "arduino",
JojoS 0:ab00d9bcd00d 17 "platforms": "atmelavr"
JojoS 0:ab00d9bcd00d 18 }