includes.h

来自「cc1110,cc2510透传代码,IAR环境的」· C头文件 代码 · 共 41 行

H
41
字号
/******************************************************************************
 * 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 + =
减小字号Ctrl + -
显示快捷键?