GY-63_MS5611/libraries/map2colour/library.json
2023-11-06 14:12:51 +01:00

24 lines
494 B
JSON

{
"name": "map2colour",
"keywords": "color, colour, map, RGB, 565",
"description": "Arduino library for mapping a float to colour spectrum.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/map2colour.git"
},
"version": "0.2.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "map2colour.h"
}