includes.h
来自「zigbee相关软件」· C头文件 代码 · 共 44 行
H
44 行
/******************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?