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

TurnL();
            //lcd  커튼  왼쪽  이동
                          delay_ms(1000);
            //lcd  딜레이  값
            }
            void  U_CtnRight()
            {
                    CtnRight();
            //lcd  커튼  축  오른쪽  이동
                          delay_ms(1000);
            //lcd  딜레이  값
            }
            void  U_CtnLeft()
            {
                    CtnLeft();
            //lcd  커튼  축  왼쪽  이동
                          delay_ms(1000);
            //lcd  딜레이  값
            }
            void  main()
            {
                 init();
                 while(1)
                 {
            //무한동작


                               Total_Check();
            //전체  체크  함수
                              Key_execute();
            //키  값  변환하여  입력  함수
                               LED();
            //전구  제어  함수
                               GasDetecter();
                               //Usart0_sw(getUsart0());
                      Remote();
            //리모컨  함수
                       //Update();
                               Wait();
            //대기  함수
                 }




                                                         -  226  -
   228   229   230   231   232   233   234   235   236   237   238