24 lines
458 B
JSON
Raw Normal View History

2023-06-18 10:51:50 +02:00
{
"name": "TLC5947",
"keywords": "",
"description": "Arduino library for TLC5947 24 channel 12 bit PWM.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/TLC5947.git"
},
2023-06-22 17:44:23 +02:00
"version": "0.1.1",
2023-06-18 10:51:50 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "TLC5947.h"
}