ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
0:ea35c18c85fc
Child:
3:c49ea7ad8e91
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Feb 27 09:14:37 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "extern.h"
+#include "main.h"
+
+int main(void) {
+    SetUp();
+    while(1){
+        CommandLoop();
+    }
+}
\ No newline at end of file