ジャパンオープン用のLPC824専用プログラム

Dependencies:   mbed-src Ping SDFileSystem

Revision:
4:a0755903bd6e
Parent:
3:8ef3afcf4ade
Child:
5:d666b328c093
--- a/main/format.cpp	Wed Mar 02 09:18:11 2016 +0000
+++ b/main/format.cpp	Wed Mar 02 09:56:06 2016 +0000
@@ -117,8 +117,8 @@
     static uint8_t const ch_num[3]={8, 8, 4};
     
     static uint16_t const ir_dis_range[2][8]={
-        {0,     1500,   2000,   2250,   2500,   2750,   3000,   3900,   },//IR_SHORT 0
-        {0,     500,    750,    1000,   1250,   1500,   1750,   2000,   },//IR_LONG 1
+        {0, 2000,   2250,   2500,   2600,   2700,   3000,   3900,   },//IR_SHORT 0
+        {0, 1000,   1100,   1200,   1300,   1600,   1800,   2000,   },//IR_LONG 1
     };
     
     nucleo.format(16, 3);