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-22
Revision:
6:29d393d430d0
Parent:
1:8538381cae81

File content as of revision 6:29d393d430d0:

#ifndef SETUP_H_INCLUDED
#define SETUP_H_INCLUDED

#include "main.hpp"

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

#endif /* SETUP_H_INCLUDED */