GY-63_MS5611/libraries/PCA9551/library.json
2024-01-05 15:57:22 +01:00

24 lines
470 B
JSON

{
"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"
},
"version": "0.3.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PCA9551.h"
}