reef monitor

Dependencies:   mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed

Fork of HTTPServerHelloWorld by Donatien Garnier

main.cpp

Committer:
wyunreal
Date:
2014-02-01
Revision:
4:a19825caaf41
Parent:
3:5dc0023e6284
Child:
11:9366140ebe5f

File content as of revision 4:a19825caaf41:

#include "Application.h"

Application* application;

int main() {
    application = new Application();
    application->run();
}