2021-01-29 12:31:58 +01:00
|
|
|
{
|
|
|
|
"name": "GY521",
|
|
|
|
"keywords": "GY521,Angle,Acceleration,gyro",
|
|
|
|
"description": "Arduino library for GY521 angle measurement.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/GY521.git"
|
|
|
|
},
|
2022-10-08 15:41:16 +02:00
|
|
|
"version": "0.3.8",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-18 18:14:36 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "GY521.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|