Page 263 - MDP2020-1
P. 263

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅰ    |  257


                나.  ARM  프로세서(Keil)
            버전  :  Keil  uVision  5



            <  실제  프로그램  >
            /*  USER  CODE  BEGIN  Header  */
            /**
                ******************************************************************************
                *  @file                      :  main.c
                *  @brief                    :  Main  program  body
                ******************************************************************************
                *  @attention
                *
                *  <h2><center>©  Copyright  (c)  2020  STMicroelectronics.
                *  All  rights  reserved.</center></h2>
                *
                *  This  software  component  is  licensed  by  ST  under  BSD  3-Clause  license,
                *  the  "License";  You  may  not  use  this  file  except  in  compliance  with  the
                *  License.  You  may  obtain  a  copy  of  the  License  at:
                *                                                opensource.org/licenses/BSD-3-Clause
                *
                ******************************************************************************
                */
            /*  USER  CODE  END  Header  */


            /*  Includes  ------------------------------------------------------------------*/
            #include  "main.h"


            /*  Private  includes  ----------------------------------------------------------*/
            /*  USER  CODE  BEGIN  Includes  */


            /*  USER  CODE  END  Includes  */


            /*  Private  typedef  -----------------------------------------------------------*/
            /*  USER  CODE  BEGIN  PTD  */


            /*  USER  CODE  END  PTD  */


            /*  Private  define  ------------------------------------------------------------*/
            /*  USER  CODE  BEGIN  PD  */
            /*  USER  CODE  END  PD  */


            /*  Private  macro  -------------------------------------------------------------*/
            /*  USER  CODE  BEGIN  PM  */
   258   259   260   261   262   263   264   265   266   267   268