📄 includes.h
字号:
/******************************************************************************
* Includes.h
*
* Copyright 1994-2006 HolyStone Technology Co.,Ltd.
*
* DESCRIPTION:
*
* modification history
* --------------------
* 01a, 23mar2007, cuiqingwei written
* --------------------
******************************************************************************/
#ifndef _INCLUDES_H
#define _INCLUDES_H
#include "ioCC2430.h"
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "Hal.h"
#include "uart.h"
#include "Wait.h"
#include "tSensor.h"
#include "timerSet.h"
#include "rfConfig.h"
#include "rfPacket.h"
#include "ver.h"
#include "MT.h"
#endif /* _INCLUDES_H */
/*------------------------------------------------------------------------------
0ooo
ooo0 ( )
( ) ) /
\ ( (_/
\_) By:cuiqingwei [gary]
------------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -