24 lines
483 B
JSON
Raw Normal View History

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