From 38fc869ffc4a5100fa9817c399261d576750d431 Mon Sep 17 00:00:00 2001
From: Daniel Eichhorn <dani.eichhorn@squix.ch>
Date: Sat, 16 Jan 2016 08:51:40 +0100
Subject: [PATCH] Added library.son

---
 library.json | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 library.json

diff --git a/library.json b/library.json
new file mode 100644
index 0000000..f1a23d4
--- /dev/null
+++ b/library.json
@@ -0,0 +1,19 @@
+{
+  "name": "ESP8266 Oled Driver for SSD1306 display",
+  "keywords": "Display, ssd1306, arduino, esp8266",
+  "description": "SSD1306 Oled driver which offers scrolling frames, custom fonts, etc",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/squix78/esp8266-oled-ssd1306.git"
+  },
+  "authors": [{
+    "name": "Daniel Eichhorn",
+    "url": "http://blog.squix.ch"
+  },
+  {
+    "name": "Fabrice Weinberg"
+  }
+  ],
+  "frameworks": "arduino",
+  "platforms": "espressif"
+}
-- 
GitLab