📄 includes.h
字号:
/* Includes all include files to make easy include them in code */
#ifndef INCLUDES_H_
#define INCLUDES_H_
//Perephery
#include "include/Board.h"
#include "include/DS1820.h"
#include "LCD/lcd.h"
#include "LCD/lcdprintf.h"
//Software registers and functions
#include "include/lib_AT91SAM7S64.h"
#include "include/AT91SAM7S64.h"
#include "include/utils.h"
#endif /*INCLUDES_H_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -