mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"name": "AS5600",
|
|
"keywords": "AS5600,AS5600L",
|
|
"description": "Arduino library for AS5600 and AS5600L magnetic rotation meter.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/AS5600.git"
|
|
},
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "AS5600.h"
|
|
}
|