2021-01-29 12:31:58 +01:00
|
|
|
{
|
|
|
|
"name": "Kelvin2RGB",
|
2021-12-20 17:09:35 +01:00
|
|
|
"keywords": "RGB,BGR,RGB565,CMYK,temperature",
|
2021-01-29 12:31:58 +01:00
|
|
|
"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"
|
|
|
|
},
|
2021-12-20 17:09:35 +01:00
|
|
|
"version": "0.1.4",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "*",
|
2021-12-20 17:09:35 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Kelvin2RGB.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|