Weather casting with Machine Learning (SVM and SRNN).

Dependencies:   EthernetInterface GraphicHandler NTPClient SRNN SVM SensorModule mbed-rtos mbed

Revision:
0:f6cdb984f638
Child:
1:8538381cae81
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.hpp	Sun Feb 15 09:28:23 2015 +0000
@@ -0,0 +1,9 @@
+#ifndef SETUP_H_INCLUDED
+#define SETUP_H_INCLUDED
+
+#include "main.hpp"
+
+// セットアップを一任.
+void setup(void);
+
+#endif /* SETUP_H_INCLUDED */
\ No newline at end of file