initial commit
This commit is contained in:
18
library.json
Normal file
18
library.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "I2Cdevlib-MPU6050",
|
||||
"version": "1.0.0",
|
||||
"keywords": "gyroscope, accelerometer, sensor, i2cdevlib, i2c",
|
||||
"description": "The MPU6050 combines a 3-axis gyroscope and a 3-axis accelerometer on the same silicon die together with an onboard Digital Motion Processor(DMP) which processes complex 6-axis MotionFusion algorithms",
|
||||
"include": "Arduino/MPU6050",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/jrowberg/i2cdevlib.git"
|
||||
},
|
||||
"dependencies":
|
||||
{
|
||||
"jrowberg/I2Cdevlib-Core": "*"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user