GY-63_MS5611/libraries/AS5600/library.json

24 lines
482 B
JSON
Raw Normal View History

2022-05-29 16:07:48 -04:00
{
"name": "AS5600",
2022-09-01 05:31:32 -04:00
"keywords": "AS5600,AS5600L",
"description": "Arduino library for AS5600 and AS5600L magnetic rotation meter.",
2022-05-29 16:07:48 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AS5600.git"
},
2022-12-21 15:44:41 -05:00
"version": "0.3.3",
2022-05-29 16:07:48 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "AS5600.h"
}