⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 app_otap_api.h

📁 采用MC13213做的在SMAC协议基础上的发送程序,可作为点对点实验中的END DEVICE.
💻 H
字号:
/* otap_destination.h 
 * Mains application header

 * $Author: rgd04c $
 * $Date: 2006/08/31 14:54:28 $
 * $Name: BeeKitLaunch $
 */
 
#ifndef __APP_OTAP_API_H__
#define __APP_OTAP_API_H__

#include "pub_def.h"
#include "app_config.h"

#if SMAC_FEATURE_OTAP == FALSE
  #error {"You have added the OTAP module to this application. " 
         "This requires that the SMAC is compiled with the OTAP feature " 
         "enabled (smac-config.h)"}
#endif

//Prototypes
extern void OTAPActivate(void);


#endif /* __APP_OTAP_API_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -