初始化提交
This commit is contained in:
18
arduino-cli/libraries/MPU6050/library.json
Normal file
18
arduino-cli/libraries/MPU6050/library.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user