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

24 lines
483 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "PCA9635",
2018-01-08 18:11:37 -05:00
"keywords": "I2C,PCA9635,PWM",
2023-09-24 08:21:39 -04:00
"description": "Arduino library for PCA9635 I2C LED driver, 16 channel PWM, 8 bit.",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:28:57 -05:00
"url": "https://github.com/RobTillaart/PCA9635.git"
2016-12-17 14:53:18 -05:00
},
2023-09-24 08:21:39 -04:00
"version": "0.4.7",
2021-04-25 13:56:44 -04:00
"license": "MIT",
2023-09-24 08:21:39 -04:00
"frameworks": "*",
2021-12-23 04:41:42 -05:00
"platforms": "*",
"headers": "PCA9635.h"
2016-12-17 14:53:18 -05:00
}