📄 includes.h
字号:
/*
*********************************************************************************************************
* filename: INCLUDES.H
* Programmer: Haven
*********************************************************************************************************
*/
#ifndef __INCLUDES__
#define __INCLUDES__
#include "..\includes\ht46r232.h"
#include "..\includes\DATA_CPU.H"
#include "..\includes\FK_config.h"
#include "..\FRAMEWORK\ActObjFrameWork-HT.h"
//#include "..\I2C\IIC.h"
#include "..\src\user.h"
#if FK_TMR_EN
#include "..\TMR_FK\TMR_FK.H"
#endif
#if FK_KEY_EN
#include "..\KEY_FK\KEY_FK.H"
#endif
#if FK_DISP_EN
#include "..\DISP_FK\DISP_FK.H"
#endif
#if FK_CLK_EN
#include "..\CLK_FK\CLK_FK.H"
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -