-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathlibrary.json
49 lines (49 loc) · 973 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
49
{
"name": "SX126x-Arduino",
"version": "2.0.30",
"keywords": [
"lora",
"Semtech",
"SX126x",
"nRF52",
"ESP32",
"RP2040",
"RAK4630",
"RAK11200",
"RAK11300",
"RAK13300"
],
"description": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32",
"nordicnrf52",
"espressif8266",
"nordicnrf52",
"mbed_rp2040",
"rp2040"
],
"license": "MIT",
"authors": [
{
"email": "[email protected]",
"url": "https://www.desire.giesecke.tk",
"maintainer": true,
"name": "Bernd Giesecke"
}
],
"repository": {
"type": "git",
"url": "https://github.com/beegee-tokyo/SX126x-Arduino"
},
"dependencies": [
{
"owner": "khoih-prog",
"name": "RPI_PICO_TimerInterrupt",
"version": "*"
}
],
"homepage": "https://github.com/beegee-tokyo/SX126x-Arduino"
}