Skip to content

Commit

Permalink
Add MPU6050 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 6, 2014
1 parent 2fcaabc commit 671eb55
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions MSP430/AK8975/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@
"url": "https://github.com/jrowberg/i2cdevlib.git"
},
"dependencies":
{
"name": "I2Cdevlib-Core",
"platforms": "timsp430"
},
[
{
"name": "I2Cdevlib-Core",
"platforms": "timsp430"
},
{
"name": "I2Cdevlib-MPU6050",
"platforms": "timsp430"
}
],
"frameworks": "energia",
"platforms": "timsp430"
}

0 comments on commit 671eb55

Please sign in to comment.