initial commit

This commit is contained in:
2024-01-03 21:11:06 +07:00
commit 61254121dc
21 changed files with 12062 additions and 0 deletions

18
library.json Normal file
View 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": "*"
}