GY-63_MS5611/libraries/PCA9634/library.json
2023-09-24 14:23:03 +02:00

24 lines
470 B
JSON

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