Files
MPU6050/library.json
2024-01-03 21:11:06 +07:00

19 lines
583 B
JSON

{
"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": "*"
}