2018-02-18 14:02:33 +05:30

19 lines
591 B
JSON

{
"name": "I2Cdevlib-MPU6050",
"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":
{
"name": "I2Cdevlib-Core",
"frameworks": "arduino"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}