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

24 lines
470 B
JSON
Raw Normal View History

2023-07-16 16:33:51 -04:00
{
"name": "PCA9553",
2023-07-20 10:30:41 -04:00
"keywords": "I2C,PCA9553,PWM",
2023-07-16 16:33:51 -04:00
"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"
},
2024-01-05 09:58:33 -05:00
"version": "0.4.1",
2023-07-16 16:33:51 -04:00
"license": "MIT",
2023-09-25 14:49:28 -04:00
"frameworks": "*",
2023-07-16 16:33:51 -04:00
"platforms": "*",
"headers": "PCA9553.h"
}