📄 preprocess.h
字号:
//Version.h
#ifndef _PREPROCESS_H_
#define _PREPROCESS_H_
#include "Type.h"
#include <AT91SAM7SE512.H>
#include <lib_AT91SAM7SE512.h>
#include "board.h"
#include "Utility.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#endif //_PREPROCESS_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -