Page 218 - MDP2022-2
P. 218

2.  코드
            가.  STM32  코드



            /*  USER  CODE  BEGIN  Header  */
            /**
                ******************************************************************************
                *  @file                      :  main.c
                *  @brief                    :  Main  program  body

                ******************************************************************************
                *  @attention
                *
                *  Copyright  (c)  2022  STMicroelectronics.
                *  All  rights  reserved.
                *

                *  This  software  is  licensed  under  terms  that  can  be  found  in  the  LICENSE  file
                *  in  the  root  directory  of  this  software  component.
                *  If  no  LICENSE  file  comes  with  this  software,  it  is  provided  AS-IS.
                *

                ******************************************************************************
                */
            /*  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  */
   213   214   215   216   217   218   219   220   221   222   223