-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
24 lines (24 loc) · 874 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 RF E70 library",
"version": "0.0.11",
"keywords": "RF, UART, EByte, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
"description": "Ebyte E70 RF (Long Range) library device very cheap and very long range (from 1.5Km to 6Km). Arduino RF EBYTE E70 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. CC1310.",
"homepage": "https://www.mischianti.org/category/my-libraries/ebyte-rf-e70-devices/",
"authors":
[
{
"name": "Renzo Mischianti",
"email": "[email protected]",
"maintainer": true,
"url": "https://www.mischianti.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/xreef/EByte_RF_E70_Series_Library"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": ["RF_E70.h, EByte_RF_E70_library.h"]
}