From bdfe0555350eb00fcd1d7e758fa5ca2bc7bbcca5 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sat, 21 Jul 2018 11:00:36 +0200 Subject: [PATCH] PIO library descriptor. --- library.json | 27 +++++++++++++++++++++++++++ library.properties | 9 +++++++++ 2 files changed, 36 insertions(+) create mode 100644 library.json create mode 100644 library.properties diff --git a/library.json b/library.json new file mode 100644 index 0000000..f32bc1f --- /dev/null +++ b/library.json @@ -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 + } +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..0005358 --- /dev/null +++ b/library.properties @@ -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=*