include.h
来自「Minimal to start with Olimex SAM7-EX256 」· C头文件 代码 · 共 16 行
H
16 行
/* Includes all include files to make easy include them in code */
#ifndef INCLUDE_H_
#define INCLUDE_H_
//Software
//Perephery
#include "OLIMEX_SAM7_EX256.h"
//Hardware registers and functions
#include "AT91SAM7X256.h"
#endif /*INCLUDE_H_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?