GY-63_MS5611/libraries/PCA9685/library.json
RobTillaart 6f2041f470 + fixed setON() and setOFF(),
+ add setFrequency(),
+ refactor
2019-01-30 14:28:59 +01:00

25 lines
450 B
JSON

{
"name": "PCA9685",
"keywords": "I2C,PCA9685,PWM",
"description": "Library for PCA9685.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.1",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PCA9685"
}
}