2018-07-21 11:00:36 +02:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2018-09-11 19:21:34 +02:00
|
|
|
"version": "0.2",
|
2018-07-21 11:00:36 +02:00
|
|
|
"license": "GPL3.0",
|
|
|
|
"frameworks": "arduino",
|
2018-07-21 15:42:31 +02:00
|
|
|
"platforms": "atmelavr",
|
2018-07-21 11:00:36 +02:00
|
|
|
"build": {
|
|
|
|
"libCompatMode": 2
|
|
|
|
}
|
|
|
|
}
|