GY-63_MS5611/libraries/Kelvin2RGB/library.json
2021-12-20 17:09:35 +01:00

24 lines
498 B
JSON

{
"name": "Kelvin2RGB",
"keywords": "RGB,BGR,RGB565,CMYK,temperature",
"description": "Arduino library for converting temperature to RGB values",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Kelvin2RGB.git"
},
"version": "0.1.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Kelvin2RGB.h"
}