From c9bf56735d4ae6cac8998491a1c1ef0c3f1d2b4f Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 28 Mar 2016 14:32:04 +0300 Subject: [PATCH 1/2] @PlatformIO Library Registry manifest file --- library.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000000..fc0c2d895f --- /dev/null +++ b/library.json @@ -0,0 +1,22 @@ +{ + "name": "PJON", + "description": "PJON is a device communications bus system that connects up to 255 arduino boards over a single wire", + "keywords": "communication, bus", + "authors": + { + "name": "Giovanni Blu Mitolo", + "email": "gioscarab@gmail.com" + }, + "repository": + { + "type": "git", + "url": "https://github.com/gioblu/PJON.git" + }, + "version": "1.1", + "frameworks": "arduino", + "platforms": + [ + "atmelavr", + "espressif" + ] +} From 10fc1b5515caf2289f781fb8c2bc4c857c3b09b7 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 28 Mar 2016 14:40:20 +0300 Subject: [PATCH 2/2] add examples --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index fc0c2d895f..77dfe51373 100644 --- a/library.json +++ b/library.json @@ -12,6 +12,7 @@ "type": "git", "url": "https://github.com/gioblu/PJON.git" }, + "examples": "examples/*/*/*.ino", "version": "1.1", "frameworks": "arduino", "platforms":