-
Notifications
You must be signed in to change notification settings - Fork 4
/
library.json
33 lines (33 loc) · 921 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": "trailing_edge_dimmer",
"description": "Header files for compiling the I2C master (AVR, ESP8266, ESP32 and Arduino compatible MCUs)",
"version": "2.2.3",
"authors": {
"name": "sascha lammers",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/sascha432/trailing_edge_dimmer.git"
},
"build": {
"includeDir": "./src",
"srcFilter": [
"-<*.cpp>"
]
},
"dependencies": [
{
"name": "libcrc16",
"version": "https://github.com/sascha432/libcrc16.git"
},
{
"name": "Arduino I2C UART Bridge",
"version": "https://github.com/sascha432/i2c_uart_bridge.git"
}
],
"frameworks": "arduino",
"platforms": [
"atmelavr", "espressif8266", "espressif32"
]
}