reef monitor

Dependencies:   mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed

Fork of HTTPServerHelloWorld by Donatien Garnier

Committer:
wyunreal
Date:
Sat Jan 03 17:50:52 2015 +0000
Revision:
12:72e0c404017a
Parent:
11:9366140ebe5f
draft of file request handler;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wyunreal 4:a19825caaf41 1 #include "Application.h"
wyunreal 11:9366140ebe5f 2 #include "mbed.h"
donatien 0:5630d7e58a0b 3
wyunreal 4:a19825caaf41 4 Application* application;
donatien 0:5630d7e58a0b 5
donatien 0:5630d7e58a0b 6 int main() {
wyunreal 4:a19825caaf41 7 application = new Application();
wyunreal 4:a19825caaf41 8 application->run();
wyunreal 4:a19825caaf41 9 }