BLYNK TEST

Dependencies:   mbed Blynk

Revision:
5:8a3cf73d7ed3
Parent:
4:e5018e5ba340
--- a/oled.h	Thu Jun 16 08:12:33 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#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