Get weather Information

Revision:
0:6d53d6d34ac3
Child:
1:8655f1720450
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WeatherHacks.h	Sat Jun 27 10:34:38 2015 +0000
@@ -0,0 +1,7 @@
+#ifndef WEATHERHACKS_H
+#define WEATHERHACKS_H
+
+void WH_init(void) ;
+void WH_getInfo(void) ;
+
+#endif