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

24 lines
470 B
JSON
Raw Normal View History

2022-01-06 14:09:06 -05:00
{
"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"
},
2024-01-18 05:50:32 -05:00
"version": "0.4.0",
2022-01-06 14:09:06 -05:00
"license": "MIT",
2023-09-24 08:23:03 -04:00
"frameworks": "*",
2022-01-06 14:09:06 -05:00
"platforms": "*",
"headers": "PCA9634.h"
}