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

24 lines
470 B
JSON
Raw Normal View History

2023-07-20 10:35:33 -04: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-12-27 11:12:49 -05:00
"version": "0.3.0",
2023-07-20 10:35:33 -04:00
"license": "MIT",
2023-09-25 14:44:35 -04:00
"frameworks": "*",
2023-07-20 10:35:33 -04:00
"platforms": "*",
"headers": "PCA9551.h"
}