C语言源程序
//----------------------------------------------------------------------------
// C main line
//----------------------------------------------------------------------------
#include <m8c.h> // part specific constants and macros
#include "PSoCAPI.h" // PSoC API definitions for all User Modules
#pragma interrupt_handler Timer8_1_ISR
BYTE TimerCount=0;
void main()
{
// Insert your main routine code here.