GY-63_MS5611/libraries/Kelvin2RGB/library.json
2023-01-30 15:57:29 +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.6",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Kelvin2RGB.h"
}