UvA NetCentric Computing listener

Dependencies:   AndroidAccessory Controls HBridge MotorController mbed

Fork of uva_nc by Jurgen Baas

Revision:
0:0f9ceecf1db8
Child:
3:0229ad4f2db1
--- /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