資源簡介
zigbee是一款低功耗無線傳輸協議,是一種短距離低功耗的無線傳輸技術

代碼片段和文件信息
/**************************************************************************************************
??Filename:???????OSAL_SampleLight.c
??Revised:????????$Date:?2008-02-07?12:10:00?-0800?(Thu?07?Feb?2008)?$
??Revision:???????$Revision:?16360?$
??Description:????This?file?contains?all?the?settings?and?other?functions
??????????????????that?the?user?should?set?and?change.
??Copyright?2006-2007?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?“ZComDef.h“
#include?“hal_drivers.h“
#include?“OSAL.h“
#include?“OSAL_Tasks.h“
#if?defined?(?MT_TASK?)
??#include?“MT.h“
??#include?“MT_TASK.h“
#endif
#include?“nwk.h“
#include?“APS.h“
#include?“ZDApp.h“
#if?defined?(?ZIGBEE_FREQ_AGILITY?)?||?defined?(?ZIGBEE_PANID_CONFLICT?)
??#include?“ZDNwkMgr.h“
#endif
#if?defined?(?ZIGBEE_FRAGMENTATION?)
??#include?“aps_frag.h“
#endif
#include?“zcl_samplelight.h“
/***************************
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????51444??2011-06-02?11:33??zstack\HomeAutomation\SampleLight\CC2530DB\SampleLight.ewd
?????文件?????111635??2011-06-02?11:33??zstack\HomeAutomation\SampleLight\CC2530DB\SampleLight.ewp
?????文件????????626??2010-10-23?21:13??zstack\HomeAutomation\SampleLight\CC2530DB\SampleLight.eww
?????文件???????4853??2008-02-07?13:10??zstack\HomeAutomation\SampleLight\Source\OSAL_SampleLight.c
?????文件??????18504??2009-03-18?15:56??zstack\HomeAutomation\SampleLight\Source\zcl_samplelight.c
?????文件???????3989??2009-12-29?19:31??zstack\HomeAutomation\SampleLight\Source\zcl_samplelight.h
?????文件???????8822??2008-03-11?11:01??zstack\HomeAutomation\SampleLight\Source\zcl_samplelight_data.c
?????文件??????51444??2011-06-02?11:33??zstack\HomeAutomation\SampleSwitch\CC2530DB\SampleSwitch.ewd
?????文件?????111629??2011-06-02?11:33??zstack\HomeAutomation\SampleSwitch\CC2530DB\SampleSwitch.ewp
?????文件????????630??2010-10-23?19:27??zstack\HomeAutomation\SampleSwitch\CC2530DB\SampleSwitch.eww
?????文件???????4841??2008-02-07?13:10??zstack\HomeAutomation\SampleSwitch\Source\OSAL_SampleSw.c
?????文件??????19303??2009-03-18?15:56??zstack\HomeAutomation\SampleSwitch\Source\zcl_samplesw.c
?????文件???????3964??2009-12-29?19:31??zstack\HomeAutomation\SampleSwitch\Source\zcl_samplesw.h
?????文件???????8556??2008-03-11?11:01??zstack\HomeAutomation\SampleSwitch\Source\zcl_samplesw_data.c
?????文件??????51444??2011-06-02?11:33??zstack\HomeAutomation\SampleSwitchOta\CC2530DB\SampleSwitchOta.ewd
?????文件?????112987??2011-06-02?11:33??zstack\HomeAutomation\SampleSwitchOta\CC2530DB\SampleSwitchOta.ewp
?????文件????????642??2010-10-23?20:04??zstack\HomeAutomation\SampleSwitchOta\CC2530DB\SampleSwitchOta.eww
?????文件???????4929??2010-09-27?04:13??zstack\HomeAutomation\SampleSwitchOta\Source\OSAL_SampleSwOta.c
?????文件??????23004??2010-10-24?18:29??zstack\HomeAutomation\SampleSwitchOta\Source\zcl_sampleswota.c
?????文件???????4310??2010-09-27?04:13??zstack\HomeAutomation\SampleSwitchOta\Source\zcl_sampleswota.h
?????文件???????8694??2010-09-27?04:13??zstack\HomeAutomation\SampleSwitchOta\Source\zcl_sampleswota_data.c
?????文件???????4603??2009-12-22?18:20??zstack\HomeAutomation\Source\zcl_ha.c
?????文件???????5897??2008-03-11?11:01??zstack\HomeAutomation\Source\zcl_ha.h
?????文件????4775703??2012-04-03?19:00??zstack\Libraries\TI2530DB\bin\AllDevice-Pro.lib
?????文件???????4336??2012-04-03?19:00??zstack\Libraries\TI2530DB\bin\ecc.r51
?????文件????4481137??2012-04-03?18:59??zstack\Libraries\TI2530DB\bin\EndDevice-Pro.lib
?????文件????4331857??2012-04-03?19:01??zstack\Libraries\TI2530DB\bin\EndDevice.lib
?????文件????4503930??2012-04-03?19:00??zstack\Libraries\TI2530DB\bin\EndDeviceMT-Pro.lib
?????文件????4350667??2012-04-03?19:01??zstack\Libraries\TI2530DB\bin\EndDeviceMT.lib
?????文件????4754900??2012-04-03?18:59??zstack\Libraries\TI2530DB\bin\Router-Pro.lib
............此處省略837個文件信息
- 上一篇:BMS上位機專門監控電池信息屬于電池管理系統
- 下一篇:ANSYSCFX.pdf
評論
共有 條評論