diff --git a/library.json b/library.json new file mode 100644 index 0000000..8c1385a --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "ble-sdk-arduino", + "keywords": "BLE, bluetooth", + "description": "Nordic BLE SDK for Arduino for nRF8001 products such as the BLE Shield, Blend and Blend Micro.", + "repository": + { + "type": "git", + "url": "https://github.com/NordicSemiconductor/ble-sdk-arduino.git" + }, + "version": "0.9.7.beta", + "include": "libraries/BLE/*.[hc]*", + "examples": "libraries/BLE/examples/*/*.ino", + "frameworks": "arduino", + "platforms": "atmelavr" +}