-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathlibrary.json
24 lines (24 loc) · 894 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 E220 library",
"version": "1.0.8",
"keywords": "LoRa, UART, EByte, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
"description": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68.",
"homepage": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/",
"authors":
[
{
"name": "Renzo Mischianti",
"email": "[email protected]",
"maintainer": true,
"url": "https://www.mischianti.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/xreef/EByte_LoRa_E220_Series_Library"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": ["LoRa_E220.h, EByte_LoRa_E220_library.h"]
}