From 26bb1cf91ff5ca85e9a6417a17777bb194cf508c Mon Sep 17 00:00:00 2001 From: gandy92 Date: Thu, 26 Mar 2015 17:13:13 +0100 Subject: [PATCH 1/2] Add PlatformIO Library Registry manifest file --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..52831ef --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "NRF8001", + "keywords": "spi, bluetooth, driver", + "description": "Arduino library for the Nordic nRF8001 Bluetooth Low Energy chip", + "repository": + { + "type": "git", + "url": "https://github.com//guanix/arduino-nrf8001.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +} From bc3b0581a9f8234837e205f17823e56c417d9e6b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 27 Mar 2015 11:06:35 +0200 Subject: [PATCH 2/2] Fix GIT url --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 52831ef..64a8c02 100644 --- a/library.json +++ b/library.json @@ -5,7 +5,7 @@ "repository": { "type": "git", - "url": "https://github.com//guanix/arduino-nrf8001.git" + "url": "https://github.com/guanix/arduino-nrf8001.git" }, "frameworks": "arduino", "platforms": "atmelavr"