forked from NachtRaveVL/PCA9685-Arduino
-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
33 lines (33 loc) · 817 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "PCA9685-ESP32",
"keywords": "PCA9685, Arduino, ESP32, PWM, Controller",
"description": "Arduino Library for the PCA9685 16-Channel PWM Driver Module with read and write functions",
"license": "Apache-2.0",
"authors": [
{
"name": "Paul Kerspe",
"maintainer": true
},
{
"name": "Kasper Skårhøj",
"url": "https://github.com/kasperskaarhoj"
},
{
"name": "Vitska",
"url": "https://github.com/vitska"
},
{
"name": "NachtRaveVL",
"url": "https://github.com/NachtRaveVL"
}],
"repository":
{
"type": "git",
"url": "https://github.com/pkerspe/PCA9685-Arduino.git"
},
"export": {
"include": "Wire"
},
"frameworks": "arduino",
"platforms": "espressif32"
}