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

23 lines
456 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "PCA9685",
"keywords": "I2C,PCA9685,PWM,16channel",
"description": "Arduino library for I2C PCA9685 16 channel PWM",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PCA9685_RT.git"
},
"version": "0.3.2",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}