-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 888 Bytes
/
Copy pathlibrary.json
File metadata and controls
24 lines (24 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "EByte LoRa E32 library",
"version": "1.5.13",
"keywords": "LoRa, UART, EByte, e32, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
"description": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.",
"homepage": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/",
"authors":
[
{
"name": "Renzo Mischianti",
"email": "renzo@mischianti.org",
"maintainer": true,
"url": "https://www.mischianti.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/xreef/LoRa_E32_Series_Library"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": ["LoRa_E32.h, EByte_LoRa_E32_library.h"]
}