📄 includes.h
字号:
/******************************************************************************
* Includes.h
* Copyright 1994-2006 Infortech Technology Co.,Ltd.
* DESCRIPTION:
* Author : Shutingzhong 2008-09-13
******************************************************************************/
#ifndef _INCLUDES_H
#define _INCLUDES_H
/*-------------------------------------*
* 头文件 *
*---------------------------------------------------------------------------*/
#include "ioCC1110.h"
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "defines.h"
/*-------------------------------------*
* 自定义头文件 *
*---------------------------------------------------------------------------*/
#include "wait.h"
#include "dma.h"
#include "iOSL.h"
#include "radio.h"
#include "uart.h"
#include "timer1.h"
#endif /* _INCLUDES_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -