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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
26:6ca88eeaa2b4
Parent:
25:a7460e23e02e
Child:
27:825c6835e3db
--- a/setting/def.h	Thu Mar 17 13:00:24 2016 +0000
+++ b/setting/def.h	Mon Mar 21 05:49:18 2016 +0000
@@ -2,8 +2,8 @@
 #define _DEF_H_
 
 //red or green
-//#define RED_CAT
-#define GREEN_CAT
+#define RED_CAT
+//#define GREEN_CAT
 
 //BT(BlueTooth)
 #define DATA_NUM 8+2//2byte→KEYCODE(拝啓)とCHECKCODE(敬具) 8byte→やりとりするデータ
@@ -177,14 +177,28 @@
 #define LINE_INSIDE 0
 #define LINE_OUTSIDE 1
 
+//hard error
+
 #ifdef RED_CAT
 #define LINE_FIX 0x0
 #define LINE_FREE 0x7
+
+//右後左ド
+#define MD_1CH (1)
+#define MD_2CH (1)
+#define MD_3CH (1)
+#define MD_4CH (-1)
 #endif /*RED_CAT*/
 
 #ifdef GREEN_CAT
 #define LINE_FIX 0x7
 #define LINE_FREE 0x0
+
+//右後左ド
+#define MD_1CH (1)
+#define MD_2CH (1)
+#define MD_3CH (-1)
+#define MD_4CH (-1)
 #endif /*GREEN_CAT*/