Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
17:61edad76efd7
Parent:
16:6900f47fa0b5
Child:
18:97eba56f82e4
--- a/setting/LcdConfig.h	Mon Jan 11 17:45:56 2016 +0000
+++ b/setting/LcdConfig.h	Mon Jan 18 02:14:23 2016 +0000
@@ -3,8 +3,8 @@
 
 //Lcd出力文字(6文字に揃える.)
 const char lcdstr[0x10][0x04][BUFSIZE]={
-    {{"None  "},     {0       },      {0       },      {0       }},
-    {{"Start "},     {0       },      {0       },      {0       }},
+    {{"None  "},     {"Ir0   "},      {"Ir0   "},      {"Ir0   "}},
+    {{"Start "},     {"Active"},      {0       },      {0       }},
     {{"Debug0"},     {"Ir0   "},      {"Ir1   "},      {"Ir2   "}},
     {{"Debug1"},     {"Ping0 "},      {"Mouse0"},      {"Gyro0 "}},
     {{"Debug2"},     {0       },      {0       },      {0       }},