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

24 lines
498 B
JSON
Raw Normal View History

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