⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 ADSP-BF561的应用程序
💻 H
字号:
#ifndef  __MAIN_DEFINED
#define __MAIN_DEFINED

#include "cdefBF561.h"
#include "ccblkfn.h"
#include <sys\exception.h>
/********************************************************************************/
/***** Global variables	and types											*****/
/***** All global variables are defined in main.c							*****/
/********************************************************************************/

/*********************************************************************
Global memory
*********************************************************************/
// Area in external memory that will hold a frame that will be
// sent out
char PingFrame[] = 	// 622080
{
#include "image.dat"	// image size = 648x480 12bit gray scale
};

/********************************************************************************/
/***** Prototypes functions													*****/
/********************************************************************************/
void Init(void);
EX_INTERRUPT_HANDLER(PPI0_Error);

#endif

⌨️ 快捷键说明

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