Rohit Grover / Mbed 2 deprecated BLE_HeartRate_Pixart

Dependencies:   BLE_API mbed nRF51822 paw8001motion25_nrf51_mbed_keil

Fork of BLE_HeartRate by Bluetooth Low Energy

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers PAH8001Set.h Source File

PAH8001Set.h

00001 #ifndef _SNS_DD_PIXART_PPG_H
00002 #define _SNS_DD_PIXART_PPG_H
00003 
00004 //#define DEBUG_8001    //Run test pattern, HR should be 88.599
00005 #define I2C_ADDR     (0x66) //I2C address shift 1-bit
00006 #define PAH8001_ADDR I2C_ADDR
00007 #define Target  0x30
00008 void PAH8001_init(void);
00009 void writeRegister(uint8_t addr, uint8_t data);
00010 uint8_t readRegister(uint8_t addr);
00011 static bool Pixart_HRD(void);
00012 #define PAH8001_Poll    40      //Polling rate, in ms
00013 const uint16_t HR_Rpt = 1000/PAH8001_Poll; //Heart report rate
00014 static volatile uint16_t HR_Cnt = 0;
00015 
00016 int32_t alg_version;
00017 float myHR;
00018 
00019 typedef struct {
00020     uint8_t HRD_Data[13];
00021     float MEMS_Data[3];
00022 }ppg_mems_data_t;
00023 #define FIFO_SIZE 30
00024 #define FIFO_SIZE_M1 (FIFO_SIZE-1)
00025 bool isFIFOEmpty(void);
00026 bool Push(ppg_mems_data_t *data);
00027 bool Pop(ppg_mems_data_t *data);
00028 static volatile int _read_index = 0;
00029 static volatile int _write_index = 0;
00030 
00031 static ppg_mems_data_t _ppg_mems_data[FIFO_SIZE];
00032 static uint8_t Frame_Count = 0;
00033 ppg_mems_data_t ppg_mems_data;
00034 unsigned char ready_flag = 0;
00035 unsigned char motion_flag = 0;
00036 float MEMS_Data[3] = {0};
00037 
00038 /***********************LED Control Start***********************************/
00039 #define LED_INC_DEC_STEP 2
00040 #define LED_CTRL_EXPO_TIME_HI_BOUND 496
00041 #define LED_CTRL_EXPO_TIME_LOW_BOUND 32
00042 #define LED_CTRL_EXPO_TIME_HI 420
00043 #define LED_CTRL_EXPO_TIME_LOW 64
00044 #define LED_CURRENT_HI 31
00045 #define LED_CURRENT_LOW 1
00046 #define STATE_COUNT_TH 3
00047 #define DEFAULT_LED_STEP 10
00048 void led_ctrl(uint8_t);
00049 
00050 static uint8_t _led_step = DEFAULT_LED_STEP;
00051 static uint8_t _state = 0, _state_count = 0;
00052 static uint8_t _led_current_change_flag = 0;
00053 static uint8_t _sleepflag = 1 ;
00054 /***********************LED Control End ***********************************/
00055 
00056 const uint8_t init_ppg_register_array[][2] = {  //based on ap note v0.93
00057 {0x7F,0x00},//Switch bank
00058 {0x09,0x5A},
00059 {0x05,0x99},
00060 {0x17,0xA2},//Make sure MSB =1, without changing other bits
00061 {0x27,0xFF},
00062 {0x28,0xFA},
00063 {0x29,0x0A},
00064 {0x2A,0xC8},
00065 {0x2B,0xA0},
00066 {0x2C,0x8C},
00067 {0x2D,0x64},
00068 {0x42,0x20},
00069 {0x48,0x00},
00070 {0x4D,0x18},//0x1A-->wrist application; 0x18--> Finger tip
00071 {0x7A,0xB5},
00072 {0x7F,0x01},//Switch bank
00073 {0x07,0x48},
00074 {0x23,0x3C},
00075 {0x26,0x0F},
00076 {0x2E,0x48},
00077 {0x38,0xEA},
00078 {0x42,0xA4},
00079 {0x43,0x41},
00080 {0x44,0x41},
00081 {0x45,0x24},
00082 {0x46,0xC0},
00083 {0x52,0x32},
00084 {0x53,0x28},
00085 {0x56,0x60},
00086 {0x57,0x28},
00087 {0x6D,0x02},
00088 {0x0F,0xC8},
00089 {0x7F,0x00},//Switch bank
00090 {0x5D,0x81},//Start ppg
00091 };
00092 
00093 #define INIT_PPG_REG_ARRAY_SIZE (sizeof(init_ppg_register_array)/sizeof(init_ppg_register_array[0]))
00094 #endif /* End include guard _SNS_DD_PIXART_PPG_H */
00095 
00096 #ifdef DEBUG_8001
00097 #define PPG_PATTERN_SIZE (sizeof(PPG_Data)/sizeof(PPG_Data[0]))
00098 const unsigned char PPG_Data[][13] = {
00099 {1,0x10,0x7f,0x3,0x1,0xa,0x4c,0x44,0x14,0x0,0x0,0x80,0x4c},
00100 {1,0xdd,0xae,0x4c,0x1,0x5,0x7a,0x77,0x15,0x0,0x0,0x80,0x7a},
00101 {1,0x8b,0x30,0x20,0x6,0x4,0x9c,0x98,0x16,0x0,0x0,0x80,0x9c},
00102 {1,0xc6,0xaa,0xa0,0x8,0x4,0x95,0x91,0x17,0x0,0x0,0x80,0x95},
00103 {1,0xa2,0x59,0x77,0x8,0x4,0x95,0x91,0x18,0x0,0x0,0x80,0x95},
00104 {1,0xa4,0xcd,0x76,0x8,0x4,0x9a,0x96,0x19,0x0,0x0,0x80,0x9a},
00105 {1,0xf,0xbf,0xa8,0x8,0x4,0x9c,0x98,0x1a,0x0,0x0,0x80,0x9c},
00106 {1,0x7c,0x70,0xdd,0x8,0x3,0xa1,0x9e,0x1b,0x0,0x0,0x80,0xa1},
00107 {1,0xc6,0x16,0xa,0x9,0x7,0xa3,0x9f,0x1c,0x0,0x0,0x80,0xa3},
00108 {1,0x7d,0x84,0x2d,0x9,0x4,0xa5,0xa1,0x1d,0x0,0x0,0x80,0xa5},
00109 {1,0xa0,0x31,0x4f,0x9,0x4,0xa7,0xa3,0x1e,0x0,0x0,0x80,0xa7},
00110 {1,0xe9,0xff,0x6c,0x9,0x5,0xa9,0xa4,0x1f,0x0,0x0,0x80,0xa9},
00111 {1,0xa0,0xf7,0x85,0x9,0x4,0xaa,0xa6,0x20,0x0,0x0,0x80,0xaa},
00112 {1,0x7d,0x10,0x9b,0x9,0x4,0xad,0xa9,0x21,0x0,0x0,0x80,0xad},
00113 {1,0xc8,0x4a,0xaf,0x9,0x5,0xae,0xa9,0x22,0x0,0x0,0x80,0xae},
00114 {1,0xa1,0x61,0xc0,0x9,0x5,0xae,0xa9,0x23,0x0,0x0,0x80,0xae},
00115 {1,0xc5,0x56,0xce,0x9,0x4,0xae,0xaa,0x24,0x0,0x0,0x80,0xae},
00116 {1,0xa2,0xab,0xd2,0x9,0x4,0xae,0xaa,0x25,0x0,0x0,0x80,0xae},
00117 {1,0xe,0x33,0xdb,0x9,0x4,0xaf,0xab,0x26,0x0,0x0,0x80,0xaf},
00118 {1,0xa4,0x23,0xea,0x9,0x4,0xb1,0xad,0x27,0x0,0x0,0x80,0xb1},
00119 {1,0xa4,0x23,0xfa,0x9,0x4,0xb2,0xae,0x28,0x0,0x0,0x80,0xb2},
00120 {1,0xc5,0xca,0x8,0xa,0x4,0xb2,0xae,0x29,0x0,0x0,0x80,0xb2},
00121 {1,0x7c,0xb4,0x15,0xa,0x4,0xb3,0xaf,0x2a,0x0,0x0,0x80,0xb3},
00122 {1,0xeb,0x79,0x1f,0xa,0x5,0xb4,0xaf,0x2b,0x0,0x0,0x80,0xb4},
00123 {1,0xeb,0xf,0x28,0xa,0x4,0xb5,0xb1,0x2c,0x0,0x0,0x80,0xb5},
00124 {1,0xa1,0x1d,0x35,0xa,0x4,0xb6,0xb2,0x2d,0x0,0x0,0x80,0xb6},
00125 {1,0xec,0xdd,0x3d,0xa,0x4,0xb7,0xb3,0x2e,0x0,0x0,0x80,0xb7},
00126 {1,0xc4,0xe4,0x47,0xa,0x4,0xb8,0xb4,0x2f,0x0,0x0,0x80,0xb8},
00127 {1,0x7d,0x5a,0x51,0xa,0x5,0xb8,0xb4,0x30,0x0,0x0,0x80,0xb8},
00128 {1,0x56,0xad,0x5b,0xa,0x4,0xb8,0xb4,0x31,0x0,0x0,0x80,0xb8},
00129 {1,0x7b,0xa,0x64,0xa,0x5,0xb9,0xb4,0x32,0x0,0x0,0x80,0xb9},
00130 {1,0xa3,0x5b,0x65,0xa,0x5,0xb9,0xb4,0x33,0x0,0x0,0x80,0xb9},
00131 {1,0x34,0x8e,0x65,0xa,0x7,0xb9,0xb2,0x34,0x0,0x0,0x80,0xb9},
00132 {1,0x34,0xbe,0x6e,0xa,0x4,0xba,0xb6,0x35,0x0,0x0,0x80,0xba},
00133 {1,0xea,0x53,0x78,0xa,0x4,0xba,0xb6,0x36,0x0,0x0,0x80,0xba},
00134 {1,0xc4,0x8e,0x82,0xa,0x4,0xbb,0xb7,0x37,0x0,0x0,0x80,0xbb},
00135 {1,0xec,0xe1,0x8b,0xa,0x5,0xbc,0xb7,0x38,0x0,0x0,0x80,0xbc},
00136 {1,0x10,0xcb,0x94,0xa,0x5,0xbc,0xb7,0x39,0x0,0x0,0x80,0xbc},
00137 {1,0xe9,0xcf,0x9a,0xa,0x5,0xbd,0xb8,0x3a,0x0,0x0,0x80,0xbd},
00138 {1,0x35,0x4e,0xa3,0xa,0x4,0xbd,0xb9,0x3b,0x0,0x0,0x80,0xbd},
00139 {1,0xc6,0xa4,0xab,0xa,0x4,0xbe,0xba,0x3c,0x0,0x0,0x80,0xbe},
00140 {1,0xc7,0xbe,0xb2,0xa,0x4,0xbe,0xba,0x3d,0x0,0x0,0x80,0xbe},
00141 {1,0x57,0x29,0xb9,0xa,0x4,0xbe,0xba,0x3e,0x0,0x0,0x80,0xbe},
00142 {1,0x10,0x61,0xc1,0xa,0x5,0xbf,0xba,0x3f,0x0,0x0,0x80,0xbf},
00143 {1,0xa0,0xfd,0xc7,0xa,0x5,0xc0,0xbb,0x40,0x0,0x0,0x80,0xc0},
00144 {1,0xea,0xcb,0xc6,0xa,0x5,0xbf,0xba,0x41,0x0,0x0,0x80,0xbf},
00145 {1,0xc5,0x9a,0xc0,0xa,0x4,0xbf,0xbb,0x42,0x0,0x0,0x80,0xbf},
00146 {1,0x57,0x45,0xc1,0xa,0x4,0xbf,0xbb,0x43,0x0,0x0,0x80,0xbf},
00147 {1,0x33,0x74,0xc7,0xa,0x4,0xc0,0xbc,0x44,0x0,0x0,0x80,0xc0},
00148 {1,0xc5,0x8a,0xce,0xa,0x4,0xc1,0xbd,0x45,0x0,0x0,0x80,0xc1},
00149 {1,0x10,0x35,0xd7,0xa,0x4,0xc1,0xbd,0x46,0x0,0x0,0x80,0xc1},
00150 {1,0x5a,0xa5,0xdd,0xa,0x4,0xc1,0xbd,0x47,0x0,0x0,0x80,0xc1},
00151 {1,0xa1,0xa7,0xe0,0xa,0x5,0xc1,0xbc,0x48,0x0,0x0,0x80,0xc1},
00152 {1,0xc6,0xae,0xe5,0xa,0x6,0xc2,0xbc,0x49,0x0,0x0,0x80,0xc2},
00153 {1,0xc3,0xbe,0xed,0xa,0x5,0xc3,0xbe,0x4a,0x0,0x0,0x80,0xc3},
00154 {1,0xd,0xed,0xf3,0xa,0x4,0xc3,0xbe,0x4b,0x0,0x0,0x80,0xc3},
00155 {1,0xeb,0x97,0xf9,0xa,0x4,0xc3,0xbf,0x4c,0x0,0x0,0x80,0xc3},
00156 {1,0xc8,0x90,0xff,0xa,0x5,0xc4,0xbf,0x4d,0x0,0x0,0x80,0xc4},
00157 {1,0xa3,0x6b,0x5,0xb,0x5,0xc4,0xc0,0x4e,0x0,0x0,0x80,0xc4},
00158 {1,0x7f,0xc,0xff,0xa,0x4,0xc2,0xbe,0x4f,0x0,0x0,0x80,0xc2},
00159 {1,0x11,0x2b,0xf8,0xa,0x5,0xc3,0xbe,0x50,0x0,0x0,0x80,0xc3},
00160 {1,0x32,0x40,0xf9,0xa,0x5,0xc3,0xbe,0x51,0x0,0x0,0x80,0xc3},
00161 {1,0x56,0x25,0xfc,0xa,0x5,0xc4,0xbf,0x52,0x0,0x0,0x80,0xc4},
00162 {1,0xa3,0xef,0x1,0xb,0x5,0xc4,0xc0,0x53,0x0,0x0,0x80,0xc4},
00163 {1,0x30,0x4a,0x8,0xb,0x4,0xc4,0xc0,0x54,0x0,0x0,0x80,0xc4},
00164 {1,0x5a,0x37,0xb,0xb,0x4,0xc5,0xc0,0x55,0x0,0x0,0x80,0xc5},
00165 {1,0x59,0x13,0x11,0xb,0x5,0xc6,0xc1,0x56,0x0,0x0,0x80,0xc6},
00166 {1,0x5a,0xb1,0x15,0xb,0x4,0xc6,0xc2,0x57,0x0,0x0,0x80,0xc6},
00167 {1,0x58,0x1,0x1d,0xb,0x4,0xc5,0xc1,0x58,0x0,0x0,0x80,0xc5},
00168 {1,0x36,0x72,0x21,0xb,0x4,0xc6,0xc2,0x59,0x0,0x0,0x80,0xc6},
00169 {1,0xa1,0xd9,0x26,0xb,0x4,0xc6,0xc2,0x5a,0x0,0x0,0x80,0xc6},
00170 {1,0x31,0xbe,0x2b,0xb,0x4,0x8d,0x89,0x5b,0x0,0x0,0x80,0x8d},
00171 {1,0x69,0x6c,0x2a,0xb,0x4,0x8d,0x89,0x5c,0x0,0x0,0x80,0x8d},
00172 {1,0xb6,0x6a,0x1f,0xb,0x4,0x8c,0x88,0x5d,0x0,0x0,0x80,0x8c},
00173 {1,0x86,0x49,0x10,0xb,0x5,0x8c,0x87,0x5e,0x0,0x0,0x80,0x8c},
00174 {1,0xb9,0xd0,0x9,0xb,0x4,0x8c,0x88,0x5f,0x0,0x0,0x80,0x8c},
00175 {1,0x1e,0x1f,0xa,0xb,0x4,0x8c,0x88,0x60,0x0,0x0,0x80,0x8c},
00176 {1,0xb7,0xbe,0x9,0xb,0x4,0x8d,0x89,0x61,0x0,0x0,0x80,0x8d},
00177 {1,0xeb,0x33,0x12,0xb,0x4,0x8d,0x89,0x62,0x0,0x0,0x80,0x8d},
00178 {1,0xb9,0xea,0x16,0xb,0x5,0x8d,0x88,0x63,0x0,0x0,0x80,0x8d},
00179 {1,0x51,0x6e,0x19,0xb,0x4,0x8d,0x89,0x64,0x0,0x0,0x80,0x8d},
00180 {1,0x82,0x5b,0x1b,0xb,0x4,0x8d,0x89,0x65,0x0,0x0,0x80,0x8d},
00181 {1,0xed,0x91,0x1f,0xb,0x4,0x8d,0x89,0x66,0x0,0x0,0x80,0x8d},
00182 {1,0xb8,0x12,0x26,0xb,0x4,0x8e,0x8a,0x67,0x0,0x0,0x80,0x8e},
00183 {1,0xb9,0x70,0x2b,0xb,0x4,0x8e,0x8a,0x68,0x0,0x0,0x80,0x8e},
00184 {1,0xb7,0x66,0x2f,0xb,0x4,0x8e,0x8a,0x69,0x0,0x0,0x80,0x8e},
00185 {1,0x1f,0x5d,0x33,0xb,0x4,0x8e,0x8a,0x6a,0x0,0x0,0x80,0x8e},
00186 {1,0xb9,0xa,0x39,0xb,0x5,0x8e,0x89,0x6b,0x0,0x0,0x80,0x8e},
00187 {1,0x86,0xb,0x2c,0xb,0x4,0x8d,0x89,0x6c,0x0,0x0,0x80,0x8d},
00188 {1,0xb8,0x12,0x1d,0xb,0x4,0x8c,0x88,0x6d,0x0,0x0,0x80,0x8c},
00189 {1,0xec,0x8d,0x13,0xb,0x4,0x8c,0x88,0x6e,0x0,0x0,0x80,0x8c},
00190 {1,0xb7,0x2e,0x10,0xb,0x4,0x8c,0x88,0x6f,0x0,0x0,0x80,0x8c},
00191 {1,0x21,0xd5,0x10,0xb,0x5,0x8c,0x87,0x70,0x0,0x0,0x80,0x8c},
00192 {1,0x51,0xb8,0x13,0xb,0x5,0x8c,0x87,0x71,0x0,0x0,0x80,0x8c},
00193 {1,0xb6,0x7a,0x15,0xb,0x4,0x8d,0x88,0x72,0x0,0x0,0x80,0x8d},
00194 {1,0x53,0x30,0x18,0xb,0x4,0x8d,0x89,0x73,0x0,0x0,0x80,0x8d},
00195 {1,0x86,0xdb,0x1b,0xb,0x4,0x8d,0x89,0x74,0x0,0x0,0x80,0x8d},
00196 {1,0x84,0xa9,0x20,0xb,0x4,0x8d,0x89,0x75,0x0,0x0,0x80,0x8d},
00197 {1,0x20,0x5,0x26,0xb,0x4,0x8d,0x89,0x76,0x0,0x0,0x80,0x8d},
00198 {1,0x52,0xe4,0x27,0xb,0x4,0x8d,0x89,0x77,0x0,0x0,0x80,0x8d},
00199 {1,0x86,0x7b,0x2b,0xb,0x5,0x8e,0x89,0x78,0x0,0x0,0x80,0x8e},
00200 {1,0xed,0x3b,0x32,0xb,0x4,0x8e,0x8a,0x79,0x0,0x0,0x80,0x8e},
00201 {1,0xec,0x1d,0x31,0xb,0x4,0x8d,0x89,0x7a,0x0,0x0,0x80,0x8d},
00202 {1,0x50,0xa0,0x1d,0xb,0x4,0x8c,0x88,0x7b,0x0,0x0,0x80,0x8c},
00203 {1,0xb8,0x16,0xb,0xb,0x6,0x8c,0x86,0x7c,0x0,0x0,0x80,0x8c},
00204 {1,0xee,0x3,0x2,0xb,0x4,0x8b,0x87,0x7d,0x0,0x0,0x80,0x8b},
00205 {1,0xba,0x2a,0xfc,0xa,0x4,0x8b,0x87,0x7e,0x0,0x0,0x80,0x8b},
00206 {1,0xeb,0x2d,0xfe,0xa,0x4,0x8c,0x88,0x7f,0x0,0x0,0x80,0x8c},
00207 {1,0x54,0x4,0x1,0xb,0x4,0x8b,0x87,0x80,0x0,0x0,0x80,0x8b},
00208 {1,0xef,0xf,0x1,0xb,0x5,0x8b,0x86,0x81,0x0,0x0,0x80,0x8b},
00209 {1,0xb9,0xca,0x2,0xb,0x3,0x8c,0x89,0x82,0x0,0x0,0x80,0x8c},
00210 {1,0xba,0xd2,0x5,0xb,0x4,0x8c,0x87,0x83,0x0,0x0,0x80,0x8c},
00211 {1,0x20,0xa5,0xa,0xb,0x5,0x8c,0x87,0x84,0x0,0x0,0x80,0x8c},
00212 {1,0x86,0x2d,0x10,0xb,0x4,0x8d,0x87,0x85,0x0,0x0,0x80,0x8d},
00213 {1,0xb8,0xd6,0x12,0xb,0x4,0x8c,0x88,0x86,0x0,0x0,0x80,0x8c},
00214 {1,0x52,0x68,0x15,0xb,0x4,0x8d,0x89,0x87,0x0,0x0,0x80,0x8d},
00215 {1,0x52,0x92,0x1a,0xb,0x5,0x8c,0x87,0x88,0x0,0x0,0x80,0x8c},
00216 {1,0x20,0x97,0xc,0xb,0x4,0x8a,0x86,0x89,0x0,0x0,0x80,0x8a},
00217 {1,0x1e,0xf5,0xf1,0xa,0x5,0x89,0x84,0x8a,0x0,0x0,0x80,0x89},
00218 {1,0x54,0xec,0xdc,0xa,0x4,0x89,0x85,0x8b,0x0,0x0,0x80,0x89},
00219 {1,0xeb,0xb1,0xd3,0xa,0x4,0x86,0x82,0x8c,0x0,0x0,0x80,0x86},
00220 {1,0x88,0x11,0xcf,0xa,0x4,0x89,0x85,0x8d,0x0,0x0,0x80,0x89},
00221 {1,0x20,0xcd,0xd3,0xa,0x4,0x89,0x85,0x8e,0x0,0x0,0x80,0x89},
00222 {1,0xb9,0x5a,0xd1,0xa,0x4,0x89,0x85,0x8f,0x0,0x0,0x80,0x89},
00223 {1,0xb6,0x6c,0xd4,0xa,0x4,0x89,0x85,0x90,0x0,0x0,0x80,0x89},
00224 {1,0xed,0xbf,0xd8,0xa,0x5,0x8a,0x85,0x91,0x0,0x0,0x80,0x8a},
00225 {1,0x20,0x73,0xdc,0xa,0x4,0x8a,0x86,0x92,0x0,0x0,0x80,0x8a},
00226 {1,0x85,0x23,0xe1,0xa,0x4,0x8a,0x86,0x93,0x0,0x0,0x80,0x8a},
00227 {1,0x53,0x64,0xe5,0xa,0x5,0x8a,0x85,0x94,0x0,0x0,0x80,0x8a},
00228 {1,0xba,0x76,0xe8,0xa,0x5,0x8b,0x86,0x95,0x0,0x0,0x80,0x8b},
00229 {1,0x1f,0xc5,0xee,0xa,0x5,0x89,0x85,0x96,0x0,0x0,0x80,0x89},
00230 {1,0x85,0x2d,0xdf,0xa,0x4,0x88,0x84,0x97,0x0,0x0,0x80,0x88},
00231 {1,0x54,0xbc,0xc1,0xa,0x4,0x87,0x83,0x98,0x0,0x0,0x80,0x87},
00232 {1,0xbc,0xb2,0xab,0xa,0x5,0x87,0x82,0x99,0x0,0x0,0x80,0x87},
00233 {1,0xb8,0xd8,0x9f,0xa,0x5,0x86,0x81,0x9a,0x0,0x0,0x80,0x86},
00234 {1,0x51,0xb8,0x98,0xa,0x4,0x86,0x82,0x9b,0x0,0x0,0x80,0x86},
00235 {1,0x84,0x3d,0x9c,0xa,0x4,0x86,0x82,0x9c,0x0,0x0,0x80,0x86},
00236 {1,0xb7,0x92,0x9c,0xa,0x4,0x86,0x82,0x9d,0x0,0x0,0x80,0x86},
00237 {1,0xeb,0xa3,0x9d,0xa,0x5,0x87,0x82,0x9e,0x0,0x0,0x80,0x87},
00238 {1,0x87,0x99,0xa0,0xa,0x4,0x87,0x83,0x9f,0x0,0x0,0x80,0x87},
00239 {1,0xb8,0x5e,0xa6,0xa,0x4,0x88,0x84,0xa0,0x0,0x0,0x80,0x88},
00240 {1,0x83,0x97,0xa9,0xa,0x5,0x87,0x83,0xa1,0x0,0x0,0x80,0x87},
00241 {1,0xec,0x77,0xaf,0xa,0x4,0x88,0x84,0xa2,0x0,0x0,0x80,0x88},
00242 {1,0xec,0x85,0xb3,0xa,0x4,0x88,0x84,0xa3,0x0,0x0,0x80,0x88},
00243 {1,0x52,0x54,0xb9,0xa,0x4,0x87,0x84,0xa4,0x0,0x0,0x80,0x87},
00244 {1,0xb8,0xe6,0xb0,0xa,0x4,0x86,0x82,0xa5,0x0,0x0,0x80,0x86},
00245 {1,0x1e,0xbd,0x89,0xa,0x4,0x84,0x80,0xa6,0x0,0x0,0x80,0x84},
00246 {1,0xec,0xa3,0x62,0xa,0x5,0x82,0x7d,0xa7,0x0,0x0,0x80,0x82},
00247 {1,0x52,0x84,0x4d,0xa,0x4,0x82,0x7e,0xa8,0x0,0x0,0x80,0x82},
00248 {1,0x54,0x80,0x40,0xa,0x4,0x82,0x7e,0xa9,0x0,0x0,0x80,0x82},
00249 {1,0xea,0xfb,0x3e,0xa,0x4,0x82,0x7e,0xaa,0x0,0x0,0x80,0x82},
00250 {1,0x86,0xa5,0x3f,0xa,0x5,0x82,0x7d,0xab,0x0,0x0,0x80,0x82},
00251 {1,0xb9,0x6e,0x3d,0xa,0x4,0x82,0x7e,0xac,0x0,0x0,0x80,0x82},
00252 };
00253 #endif