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