2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "HMC6352",
|
2018-01-08 18:11:37 -05:00
|
|
|
"keywords": "Compass,heading",
|
2020-11-27 05:16:22 -05:00
|
|
|
"description": "Experimental Arduino library for HMC6352 digital compass sensor",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-06-07 12:21:42 -04:00
|
|
|
"url": "https://github.com/RobTillaart/HMC6352.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2022-11-09 08:34:02 -05:00
|
|
|
"version": "0.3.2",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-19 07:57:35 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "hmc6352.h"
|
2018-01-10 07:47:48 -05:00
|
|
|
}
|