-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathlibrary.json
24 lines (24 loc) · 888 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
{
"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": "[email protected]",
"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"]
}