Weather casting with Machine Learning (SVM and SRNN).

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers setup.hpp Source File

setup.hpp

00001 #ifndef SETUP_H_INCLUDED
00002 #define SETUP_H_INCLUDED
00003 
00004 #include "main.hpp"
00005 
00006 // セットアップを一任.
00007 extern void setup(void);
00008 
00009 #endif /* SETUP_H_INCLUDED */