PIO library descriptor.
This commit is contained in:
parent
448e56a9e0
commit
bdfe055535
27
library.json
Normal file
27
library.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name":"BTLE",
|
||||
"description":"BTLE library for NRF24L01+ modules",
|
||||
"keywords":"bluetooth, BLE",
|
||||
"authors":[
|
||||
{
|
||||
"name": "Florian Echtler",
|
||||
"maintainer": false
|
||||
},
|
||||
{
|
||||
"name": "Pavel Brychta",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "http://git.xpablo.cz/i-Smarties/BTLE.git"
|
||||
},
|
||||
"version": "0.1",
|
||||
"license": "GPL3.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "avr",
|
||||
"build": {
|
||||
"libCompatMode": 2
|
||||
}
|
||||
}
|
9
library.properties
Normal file
9
library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=BTLE
|
||||
version=0.1
|
||||
author=Florian Echtler, Pavel Brychta
|
||||
maintainer=Pavel Brychta
|
||||
sentence=Bluetooth LE for the NRF24L01+
|
||||
paragraph=Bluetooth LE for the NRF24L01+
|
||||
category=Other
|
||||
url=http://git.xpablo.cz/i-Smarties/BTLE.git
|
||||
architectures=*
|
Loading…
Reference in New Issue
Block a user