BTLE/library.json

28 lines
484 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.2",
"license": "GPL3.0",
"frameworks": "arduino",
"platforms": "atmelavr",
"build": {
"libCompatMode": 2
}
}