Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
Diff: setting/IrConfig.h
- 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]={