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=*