資源簡介
低功耗藍牙CC2541連接微信,代碼全部開源,便于修改?。。】梢酝ㄟ^AirsyncDebugger軟件測試。里面含有自定義LED,直流電機控制,定時器Timer3應用APP。含有一些簡單AT指令處理代碼。

代碼片段和文件信息
/**************************************************************************************************
??Filename:???????gatt_uuid.c
??Revised:????????$Date:?2009-06-29?16:20:52?-0700?(Mon?29?Jun?2009)?$
??Revision:???????$Revision:?20240?$
??Description:????This?file?contains?Generic?Attribute?Profile?(GATT)
??????????????????UUID?types.
??Copyright?2011-2013?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?“comdef.h“
#include?“OSAL.h“
#include?“gatt.h“
#include?“gatt_uuid.h“
/*********************************************************************
?*?MACROS
?*/
/*********************************************************************
?*?CONSTANTS
?*/
/*********************************************************************
?*?TYPEDEFS
?*/
/*********************************************************************
?*?GLOBAL?VARIABLES
?*/
/**
?*?GATT?Services
?*/
//?Generic?Acc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????109731??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\controller\include\ll.h
?????文件???????3370??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\controller\include\ll_math.h
?????文件???????3958??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\controller\include\ll_sleep.h
?????文件???????8683??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\controller\include\ll_timer2.h
?????文件??????71293??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\controller\include\phy.h
?????文件???????3683??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\controller\include\phy_image.h
?????文件???????3816??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\hci\hci_data.h
?????文件??????10076??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\hci\hci_event.h
?????文件??????14329??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\hci\hci_tl.h
?????文件???????9819??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\host\gatt_uuid.c
?????文件???????9622??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\host\li
?????文件??????43369??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\att.h
?????文件??????10782??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\bcomdef.h
?????文件??????57347??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\gap.h
?????文件??????64808??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\gatt.h
?????文件???????6618??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\gatt_uuid.h
?????文件??????90243??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\hci.h
?????文件??????14378??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\l2cap.h
?????文件??????12711??2018-07-27?17:13??CC2541_BLE_Wechat\Components\ble\include\sm.h
?????文件???????9887??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\common\hal_assert.c
?????文件???????9048??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\common\hal_drivers.c
?????文件???????6201??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_adc.h
?????文件???????5478??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_assert.h
?????文件?????????28??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_board.h
?????文件???????5860??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_defs.h
?????文件???????4434??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_drivers.h
?????文件???????4964??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_flash.h
?????文件???????6193??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_key.h
?????文件???????5677??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_lcd.h
?????文件???????4288??2018-07-27?17:13??CC2541_BLE_Wechat\Components\hal\include\hal_led.h
............此處省略537個文件信息
- 上一篇:PGP8.1帶注冊機
- 下一篇:分子模擬——從算法到應用pdf中譯本.
評論
共有 條評論