Added Platformio library JSON (#690)
This commit is contained in:
parent
007d9ac2cb
commit
0c84726f5e
1 changed files with 26 additions and 0 deletions
26
library.json
Normal file
26
library.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "RadioLib",
|
||||
"version": "5.6.0",
|
||||
"description": "Universal wireless communication library. User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).",
|
||||
"keywords": "radio, sx1262",
|
||||
"homepage": "https://github.com/jgromes/RadioLib",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/jgromes/RadioLib.git"
|
||||
},
|
||||
"authors":
|
||||
{
|
||||
"name": "Jan Gromeš",
|
||||
"email": "gromes.jan@gmail.com",
|
||||
"maintainer": true
|
||||
},
|
||||
"license": "MIT",
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"headers": "RadioLib.h",
|
||||
"build":
|
||||
{
|
||||
"libLDFMode": "chain+"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue