From da49e82147d0367d61c7beb9d846b281204ab3e1 Mon Sep 17 00:00:00 2001 From: Fabrice Weinberg <Fabrice@weinberg.me> Date: Sat, 9 Jan 2016 16:55:16 +0100 Subject: [PATCH] Add library.json for platformio See http://platformio.org for more information --- library.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..4bc690d --- /dev/null +++ b/library.json @@ -0,0 +1,24 @@ +{ + "name": "ESP8266_SSD1306", + "version": "3.0.0", + "keywords": "ssd1306, oled, display, i2c", + "description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266", + "repository": + { + "type": "git", + "url": "https://github.com/squix78/esp8266-oled-ssd1306.git" + }, + "authors": + [ + { + "name": "Daniel Eichhorn", + "email": "squix78@gmail.com" + }, + { + "name": "Fabrice Weinberg", + "email": "fabrice@weinberg.me" + } + ], + "frameworks": "arduino", + "platforms": "espressif" +} -- GitLab