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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
3:c49ea7ad8e91
Parent:
0:ea35c18c85fc
--- a/main.cpp	Thu Mar 03 05:58:43 2016 +0000
+++ b/main.cpp	Thu Mar 03 11:47:49 2016 +0000
@@ -5,6 +5,6 @@
 int main(void) {
     SetUp();
     while(1){
-        CommandLoop();
+        Command();
     }
 }
\ No newline at end of file