PIO library descriptor.

This commit is contained in:
Pavel Brychta 2018-07-21 11:00:36 +02:00
parent 448e56a9e0
commit bdfe055535
2 changed files with 36 additions and 0 deletions

27
library.json Normal file
View 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
View 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=*