24 lines
470 B
JSON
Raw Normal View History

2023-07-20 16:35:33 +02:00
{
"name": "PCA9551",
"keywords": "I2C,PCA9551,PWM",
"description": "Arduino library for PCA9551 I2C LED driver, 8 channel",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PCA9551.git"
},
2023-09-25 20:44:35 +02:00
"version": "0.1.1",
2023-07-20 16:35:33 +02:00
"license": "MIT",
2023-09-25 20:44:35 +02:00
"frameworks": "*",
2023-07-20 16:35:33 +02:00
"platforms": "*",
"headers": "PCA9551.h"
}