appcfg.h

来自「how to use display powertip PG 320x240」· C头文件 代码 · 共 24 行

H
24
字号

//
// ****************************************************************************

#ifndef _APPCFG_
#define _APPCFG_


// ****************************************************************************
// ************************** Configuration Constants *************************
// ****************************************************************************

    //frequency of CPU clock [Hz]
    #define CPU_CLOCK		40000000
	#define BAUD_RATE 		19200
    //what type of processor we use
    #define PROCESSOR     CPU_ST10F276
    
    //I want printf() to use(access) serial line 
    //#define ASC0_USE_PRINTF
 
#endif

// ****************************** End of appcfg.h *****************************

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?