28 lines
479 B
JSON
28 lines
479 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|