Page 762 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 762

Ⅳ.  CodeVision  Source  Code




                                   else
                                   {
                                        lcd_clear();
                                        lcd_puts("ERROR");
                                   }
                              }
                        }
                        else  if(!PINE.4  &&  flag  ==  1) {
                              if(a!='M')
                              {
                                   if(status[3]  ==  0)
                                   {
                                        place=4;
                                        sprintf(data_arr1,"%c,L3,1\r\n",a);
                                        tcpSend("0",data_arr1);
                                        flag=0;
                                   }

                                   else  if(status[3] ==  a)
                                   {
                                        place=4;
                                        sprintf(data_arr1,"%c,L3,0\r\n",a);
                                        tcpSend("0",data_arr1);
                                        flag=0;
                                   }
                                   else
                                   {
                                        lcd_clear();
                                        lcd_puts("ERROR");
                                   }
                              }
                        }
                        else  if(!PINE.5  &&  flag  ==  1) {
                              if(a!='M')
                              {
                                   if(status[4]  ==  0)
                                   {
                                        place=5;
                                        sprintf(data_arr1,"%c,R1,1\r\n",a);
                                        tcpSend("0",data_arr1);
                                        flag=0;


                                                                                               정보통신기기과
                                                         -  755  -
   757   758   759   760   761   762   763   764   765   766   767