a

Dependencies:   HTTPClient SDFileSystemA SeeedStudioTFTv2 TFT_fonts WIZnet_Library mbed

Fork of Seeed_TFT_Touch_Shield by Bohyun Bang

Revision:
6:12f28bac9400
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/typedefinition.h	Sat Aug 15 21:14:53 2015 +0000
@@ -0,0 +1,6 @@
+typedef struct
+{
+    char temperature[5];
+    char sky;
+    char hour[3];
+}kmaWid;