UvA NetCentric Computing listener

Dependencies:   AndroidAccessory mbed

Revision:
0:0f9ceecf1db8
diff -r 000000000000 -r 0f9ceecf1db8 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu May 22 08:33:12 2014 +0000
@@ -0,0 +1,13 @@
+#include "NetCentricApp.h"
+#include "mbed.h"
+
+int main() {
+    printf("Started NetCentric App\r\n");
+    
+    NetCentricApp app;
+    
+    USBInit();
+    while (true) {
+        USBLoop();
+    }
+}
\ No newline at end of file