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

24 lines
475 B
JSON
Raw Normal View History

2022-10-21 06:17:48 -04:00
{
"name": "moduloMap",
"keywords": "fmod, map, circular mapping",
"description": "Arduino library for the moduloMap class.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/moduloMap.git"
},
2023-11-14 05:59:49 -05:00
"version": "0.1.2",
2022-10-21 06:17:48 -04:00
"license": "MIT",
2023-11-14 05:59:49 -05:00
"frameworks": "*",
2022-10-21 06:17:48 -04:00
"platforms": "*",
"headers": "moduloMap.h"
}