Program for RoboCup 2016 Leipzig

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
0:43dee86cb7e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Jun 14 07:22:22 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "extern.h"
+#include "main.h"
+
+int main(void) {
+    SetUp();
+    while(1){
+        Command();
+    }
+}
\ No newline at end of file