-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlibrary.json
48 lines (48 loc) · 992 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "WisBlock-API-V2",
"version": "2.0.22",
"keywords": [
"lora",
"Semtech",
"SX126x",
"RAK4630",
"RAK11200",
"WisBlock",
"RAK11300"
],
"description": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API",
"frameworks": [
"arduino"
],
"platforms": [
"nordicnrf52",
"espressif32",
"rp2040"
],
"license": "MIT",
"authors": [
{
"email": "[email protected]",
"url": "https://www.rakwireless.com",
"maintainer": true,
"name": "Bernd Giesecke"
}
],
"repository": {
"type": "git",
"url": "https://github.com/beegee-tokyo/WisBlock-API-V2"
},
"dependencies": [
{
"owner": "beegee-tokyo",
"name": "SX126x-Arduino",
"version": "*"
},
{
"owner": "electroniccats",
"name": "CayenneLPP",
"version": "*"
}
],
"homepage": "https://github.com/beegee-tokyo/WisBlock-API-V2"
}