reef monitor

Dependencies:   mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed

Fork of HTTPServerHelloWorld by Donatien Garnier

main.cpp

Committer:
wyunreal
Date:
2015-01-02
Revision:
11:9366140ebe5f
Parent:
4:a19825caaf41

File content as of revision 11:9366140ebe5f:

#include "Application.h"
#include "mbed.h"

Application* application;

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