24 lines
514 B
JSON
Raw Normal View History

2022-12-02 10:37:37 +01:00
{
"name": "A1301",
2023-04-25 10:25:42 +02:00
"keywords": "A1301,A1302,A1324,A1325,A1326, magnetic, HALL",
2022-12-02 12:52:49 +01:00
"description": "Arduino library for A1301, A1302, A1324, A1325, A1326 magnetometer.",
2022-12-02 10:37:37 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/A1301.git"
},
2023-04-25 10:25:42 +02:00
"version": "0.2.0",
2022-12-02 10:37:37 +01:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "A1301.h"
}