注册 登录
电子工程世界-论坛 返回首页 EEWORLD首页 频道 EE大学堂 下载中心 Datasheet 专题
北北的个人空间 https://home.eeworld.com.cn/space-uid-348360.html [收藏] [复制] [分享] [RSS]
日志

main file

已有 846 次阅读2016-9-5 15:45 |个人分类:Template| file


                                       
/******************************** (C) COPYRIGHT  BEI ****************************/

 * File Name   : Machine - LowerPCB - RenesasMCU - Software. 
 
 * HW Platform : *** PCB.
 * CPU         : Renesas MCU  .
 * SW IDE      : JAPANES HEW.    
 * Debuger     : E8a . 
 * Author      : BEI . 
 
 * Create time : 20160101 .  
 * Modify time : 20160310 .
 
 * VersionNbr  :  .
 * Function description :
  NO1: About: 

 * Code Architecture :
  NO1: About: 

 * Frequently Questions and Solutions :
 * Change Record  : 
      151230: 
      Renovate: 
      1. 
      Optimize: 
      1.    
      NewlyAdd: 
      1.
      Modify: 
      1.
     
 * Note:  
NO1: Software items: 
1. About:

      
NO2: Hardware items: 
1.  About:
 
 * Defect: 
NO1: parameters of Need be adjusted:
(The parameters that is used now are temporary and need to be adjusted for better)
     
     
NO2: To be resolved:
1. some problems,160101.
NO3: To be Verified:
        1. some problems,160101.
 
NO4: Verified:
        1. some problems,160101.(Solved and Verified.160108.)
 ******************************************************************************/

//Includes ----------------------------------------------------------------------

#include "main.h"

//Function:include definitions easy to debug or others. 
#include "MYMacroDefinition.h"

// Declaration of function prototype --------------------------------------------

//typedef -----------------------------------------------------------------------

//define  -----------------------------------------------------------------------

//variables ---------------------------------------------------------------------

//-------------------------------------------------------------
//Meaning  : 
//Function : 
//Range    : 
//Note     : 
//-------------------------------------------------------------
uint8_t SCData = 0;

//-------------------------------------------------------------
// Function  : 
// Parameter : 
// Para_Rage : 
// Return    : 
// Note      : 
//-------------------------------------------------------------
void TX_SYS_PowerStatus(u8 status) 
{
}

//functions -----------------------------------------------------------------------

void main(void)
{  
while(1)
{

}
}
/************************* THE END ***** (C) COPYRIGHT  BEI ************************/
评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

热门文章