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

3) 사용 부품


















































            3. 소프트웨어 개요


            1) Source Program




            (arduino  1)
            #include  <SoftwareSerial.h>  //  헤더파일  추가
            #include  <MagicRC.h>            //  헤더파일  추가


            MagicRC  myRC(8,  9,  3,  4,  5,  6);  //  Bluetooth  TX,  RX



            void  setup()  {
                myRC.begin(9600);  //  Bluetooth  통신
            }





                                                         -  115  -
   117   118   119   120   121   122   123   124   125   126   127