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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
6:f9167470d819
Parent:
5:5ff3a7d5d8c2
Child:
7:efe90188a49d
--- a/setting/IrConfig.h	Fri Mar 04 09:01:20 2016 +0000
+++ b/setting/IrConfig.h	Sun Mar 06 14:00:12 2016 +0000
@@ -13,6 +13,23 @@
 
 #define IR_DEVICE_NUM 20
 
+#define POW_COMBI_NUM 10
+#define POW_SHORT 0
+#define POW_MIDDLE 1
+#define POW_LONG 2
+const uint8_t static ir_pow_val[POW_COMBI_NUM][3]={//
+    {25,25,25},
+    {30,30,30},
+    {35,35,35},
+    {40,40,40},
+    {20,30,40},
+    {20,25,30},
+    {25,30,35},
+    {30,35,40},
+    {30,30,40},
+    {25,30,30},
+};
+
 const double static ir_move_val[POW_TABLE_NUM][IR_STATE_NUM][IR_DEVICE_NUM][4]={