Page 1138 - 3-3
P. 1138

case 3:
                              cwmode("3");
                              break;
                          case 4:
                              cipmux("1");
                              break;
                          case 5:
                              cwsap("infocomu_sh","jbts2017");
                              break;
                          case 7:
                              cwjap("JBTS_PJ","jbts2017");
                              break;
                          case 9:
                              cipserver("555");
                              break;


                          case 12:
                              cipsto("7200");
                              break;
                          case 13:
                              wifi_set_count=255;
                              UCSR1B=0x90;
                              lcd_gotoxy(18,0);
                              lcd_putchar(' ');
                              break;
                      }
                      wifi_set_count++;
                  }
              }
          }


          interrupt [TIM3_COMPA] void timer3_int(void)
          {
              if(allow_remote)ir_timer_cnt++;
          }


          interrupt [EXT_INT0] void ext_int0_isr(void)
          {
              #asm("cli")
              switch(ir_state)
              {
                  //  인터럽트 걸리기 전의 상태라면
                  case 0:
                      //  하강에지 검출 상태로 변경
                      ir_state=1;


                                                        - 1138 -
   1133   1134   1135   1136   1137   1138   1139   1140   1141   1142   1143