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

btn_send = (Button)  findViewById(R.id.sendbtn);
                       RSS  =  (Button) findViewById(R.id.RSS);
                       txt  =  (TextView) findViewById(R.id.txtled);
                       btn_start  =  (Button) findViewById(R.id.sendbtn);
                       btn_ledR =  (Button) findViewById(R.id.ledR);
                       btn_ledY  = (Button)  findViewById(R.id.ledY);
                       btn_ledG =  (Button) findViewById(R.id.ledG);
                       btn_ledW =  (Button) findViewById(R.id.ledW);
                       btn_ledB = (Button)  findViewById(R.id.ledB);
                       btn_ledAll  =  (Button) findViewById(R.id.ledAll);
                       btn_ledF = (Button)  findViewById(R.id.ledF);
                       btn_PanD = (Button)  findViewById(R.id.PanDn);
                       btn_PanU = (Button)  findViewById(R.id.PanUp);
                       btn_CtnL  = (Button)  findViewById(R.id.ctnL);
                       btn_CtnR = (Button)  findViewById(R.id.ctnR);
                       btn_TurnR  =  (Button) findViewById(R.id.TurnR);
                            btn_TurnL  =  (Button)  findViewById(R.id.TurnL);
                       btn_GasOn  =  (Button)  findViewById(R.id.GasOn);
                       btn_GasOff  =  (Button) findViewById(R.id.GasOff);


                            btn_ledF.setOnClickListener(this);
                       btn_send.setOnClickListener(this);
                       RSS.setOnClickListener(this);
                            btn_ledR.setOnClickListener(this);
                            btn_ledY.setOnClickListener(this);
                            btn_ledW.setOnClickListener(this);
                            btn_ledG.setOnClickListener(this);
                            btn_ledB.setOnClickListener(this);
                            btn_ledAll.setOnClickListener(this);
                       btn_GasOn.setOnClickListener(this);
                            btn_GasOff.setOnClickListener(this);
                       btn_CtnL.setOnClickListener(this);
                       btn_CtnR.setOnClickListener(this);
                       btn_TurnL.setOnClickListener(this);
                       btn_TurnR.setOnClickListener(this);
                       btn_PanD.setOnClickListener(this);
                       btn_PanU.setOnClickListener(this);
                       btn_reConnect.setOnClickListener(this);
                    //상속한  인터페이스에  따라서  버튼  입력감지.
                       mLayout  =  (LinearLayout) findViewById(R.id.mLayout);
                            mLayout.setBackgroundColor(Color.rgb(250,  250,  250));




                                                         -  262  -
   264   265   266   267   268   269   270   271   272   273   274