includes.h
来自「Working with DS1820 temperature sensor o」· C头文件 代码 · 共 20 行
H
20 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?