Wiljan Arias / WhexReefMonitor

Dependencies:   mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed

Fork of HTTPServerHelloWorld by Donatien Garnier

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "Application.h"
00002 #include "mbed.h"
00003 
00004 Application* application;
00005 
00006 int main() {
00007     application = new Application();
00008     application->run();
00009 }