?? 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 + -