From fa1a1e875d2680b1684bc13e7c5c773efa1d8e2f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 8 Jun 2016 11:24:43 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library.json 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" +}