GY-63_MS5611/libraries/GAMMA/library.json
2023-10-29 12:03:26 +01:00

24 lines
536 B
JSON

{
"name": "GAMMA",
"keywords": "gamma, LED, brightness, intensity",
"description": "Arduino Library for the GAMMA function.\nBalances between speed and size, can set the gamma factor runtime.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/GAMMA.git"
},
"version": "0.4.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "gamma.h"
}