资源简介
这是我自己所做项目的源码,虽然不是很高深,但是对于zigbee人们的童鞋是可以参考设计的
代码片段和文件信息
/**************************************************************************************************
Filename: hal_assert.c
Revised: $Date: 2010-01-07 10:10:43 -0800 (Thu 07 Jan 2010) $
Revision: $Revision: 21451 $
Description: Describe the purpose and contents of the file.
Copyright 2006-2010 Texas Instruments Incorporated. All rights reserved.
IMPORTANT: Your use of this Software is limited to those specific rights
granted under the terms of a software license agreement between the user
who downloaded the software his/her employer (which must be your employer)
and Texas Instruments Incorporated (the “License“). You may not use this
Software unless you agree to abide by the terms of the License. The License
limits your use and you acknowledge that the Software may not be modified
copied or distributed unless embedded on a Texas Instruments microcontroller
or used solely and exclusively in conjunction with a Texas Instruments radio
frequency transceiver which is integrated into your product. Other than for
the foregoing purpose you may not use reproduce copy prepare derivative
works of modify distribute perform display or sell this Software and/or
its documentation for any purpose.
YOU FURTHER ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE
PROVIDED 揂S IS?WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED
INCLUDING WITHOUT LIMITATION ANY WARRANTY OF MERCHANTABILITY title
NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL
TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT
NEGLIGENCE STRICT LIABILITY CONTRIBUTION BREACH OF WARRANTY OR OTHER
LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES
INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL SPECIAL INDIRECT PUNITIVE
OR CONSEQUENTIAL DAMAGES LOST PROFITS OR LOST DATA COST OF PROCUREMENT
OF SUBSTITUTE GOODS TECHNOLOGY SERVICES OR ANY CLAIMS BY THIRD PARTIES
(INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF) OR OTHER SIMILAR COSTS.
Should you have any questions regarding your right to use this Software
contact Texas Instruments Incorporated at www.TI.com.
**************************************************************************************************/
/* ------------------------------------------------------------------------------------------------
* Includes
* ------------------------------------------------------------------------------------------------
*/
#include “hal_assert.h“
#include “hal_types.h“
#include “hal_board.h“
#include “hal_defs.h“
#include “hal_mcu.h“
#if (defined HAL_MCU_AVR) || (defined HAL_MCU_CC2430) || (defined HAL_MCU_CC2530) || \
(defined HAL_MCU_CC2533) || (defined HAL_MCU_MSP430)
/* for access to debug data */
#include “mac_rx.h“
#include “mac_tx.h“
#endif
/* -----------
- 上一篇:app操作手册范本
- 下一篇:2015年上半年软件设计师真题及答案上午下午
相关资源
- Zigbee无线通信实验指导书 (清华大学
- 基于ZigBee的智能家居物联网系统设计
- Newnes.ZigBee.Wireless.Networks.and.Transceive
- 广东工业大学物联网无线传感网课程
- CC2530 (zigbee) 中文数据手册完全版
- 无线网络ZIGBEE开发调试官方专用软件
- 基于ZigBee的智能家居系统设计与实现
- 基于zigbee的人体红外和振动传感器
- Z-Stack+API+接口》完整中文版
- 基于zigbee的温度传感器DS18B20
- linux串口与zigbee通信
- 基于ZigBee无线传感器网络的监控系统
- SampleApp_dht11.zip
- zigbee中文版.doc
- zigbee无线定位 RSSI 测距代码
- 基于Zigbee的烟雾传感器在串口显示
- zigbee基于cc2530指导
- 基于ZigBee的校园湖泊水质监测系统
- 基于ZigBee的多功能有害气体检测软件
- zigbee源程序,包括定位程序
- 基于cc2530的温湿度检测点对点无线传
- 有关zigbee毕业设计的文献
- 基于cc2530的zigbee的无线led灯控制程序
- ZIGBEE技术手册(粤嵌)
- 基于iOS的气象传感网信息发布系统设
- 无线传感器网络中节点定位算法 硕士
- 基于Zigbee的室内自定位
- Zigbee串口透传程序
- 无线传感器网络清华大学孙利民扫描
- ZigBee技术基础及案例分析.pdf
评论
共有 条评论