reef monitor

Dependencies:   mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed

Fork of HTTPServerHelloWorld by Donatien Garnier

Committer:
wyunreal
Date:
Sat Feb 01 17:29:15 2014 +0000
Revision:
4:a19825caaf41
Parent:
3:5dc0023e6284
Child:
11:9366140ebe5f
creating the application model

Who changed what in which revision?

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