p kj / Mbed 2 deprecated LPC824-BlynkWeatherstation

Dependencies:   mbed

Fork of Io_moon by Li Weiyi

Revision:
0:740c1eb2df13
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/oled.h	Thu Jun 23 11:16:14 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef _OLED_H
+#define _OLED_H
+#include "Adafruit_SSD1306.h"
+extern void oled_init(void);
+extern void oled_init(Adafruit_SSD1306_I2c &adaf);
+extern void oled(float temp, float humi, float light, float pm25, float etoh);
+extern void oled(Adafruit_SSD1306_I2c &adaf, float temp, float humi, float light, float pm25, float etoh);
+#endif
\ No newline at end of file