📄 bf561 video out gp mode c.h
字号:
#ifndef VIDEO_OUT_C
#define VIDEO_OUT_C
//--------------------------------------------------------------------------//
// Header files //
//--------------------------------------------------------------------------//
#include <stdlib.h>
#include <cdefBF561.h>
#include <sys\exception.h>
#include <ccblkfn.h>
//--------------------------------------------------------------------------//
// Symbolic constants //
//--------------------------------------------------------------------------//
//--------------------------------------------------------------------------//
// Type definitions //
//--------------------------------------------------------------------------//
//--------------------------------------------------------------------------//
// Global Variables //
//--------------------------------------------------------------------------//
//--------------------------------------------------------------------------//
// Prototypes //
//--------------------------------------------------------------------------//
void Init_Interrupts(void);
void I2C_SM_Clock_Init(void);
#endif // VIDEO_OUT_C
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -