reef monitor
Dependencies: mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed
Fork of HTTPServerHelloWorld by
main.cpp
- Committer:
- wyunreal
- Date:
- 2015-01-03
- Revision:
- 12:72e0c404017a
- Parent:
- 11:9366140ebe5f
File content as of revision 12:72e0c404017a:
#include "Application.h"
#include "mbed.h"
Application* application;
int main() {
application = new Application();
application->run();
}
