GY-63_MS5611/libraries/PCA9553/library.json
2023-07-20 16:30:41 +02:00

24 lines
476 B
JSON

{
"name": "PCA9553",
"keywords": "I2C,PCA9553,PWM",
"description": "Arduino library for PCA9553 I2C LED driver, 4 channel",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PCA9553.git"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PCA9553.h"
}