BTLE/library.json

28 lines
484 B
JSON
Raw Normal View History

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"
},
"version": "0.1",
"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
}
}