/******************************** (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 ************************/