Weather casting with Machine Learning (SVM and SRNN).

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

setup.hpp

Committer:
yukari_hinata
Date:
2015-02-15
Revision:
0:f6cdb984f638
Child:
1:8538381cae81

File content as of revision 0:f6cdb984f638:

#ifndef SETUP_H_INCLUDED
#define SETUP_H_INCLUDED

#include "main.hpp"

// セットアップを一任.
void setup(void);

#endif /* SETUP_H_INCLUDED */