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

24 lines
497 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "PCA9685",
"keywords": "I2C,PCA9685,PWM,16channel",
2023-09-24 09:55:34 -04:00
"description": "Arduino library for PCA9685 I2C LED driver, 16 channel PWM, 12 bit.",
2021-01-29 06:31:58 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PCA9685_RT.git"
},
2023-12-21 14:26:36 -05:00
"version": "0.7.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-09-24 09:55:34 -04:00
"frameworks": "*",
2021-12-23 05:18:10 -05:00
"platforms": "*",
"headers": "PCA9685.h"
2021-01-29 06:31:58 -05:00
}