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

📄 smac_otap_api.h

📁 加速度信息采集程序.主要是通过界面显示物体移动的信息采集。
💻 H
字号:
/*
 * Copyright (c) 2006, Freescale Semiconductor
 * Freescale Confidential Proprietary
 *
 */
/*!
 * \file OTAP_API.h
 *
 * \brief SMAC Over the Air Programming Module API.
 *
 * \author $Author=$
 * 
 * \version 4.2
 *
 * \date    $DATE=$
 *  
 * \b Department : Freescale Commercial Wireless Operation
 *
 * \b Project: SMAC (Simple Media Access Controller)
 *
 * \b History:
 * - 18/JULY/2006 File Creation
 */ 

#ifndef __OTAP_API__
#define __OTAP_API__

#define OTAP_ACTIVE   1
#define OTAP_INACTIVE 0

extern UINT8 gu8OTAPStatusAPI;
extern void OTAPDataIndication(tRxPacket *gsRxPacket);

#endif /* __SECURITY_API__ */

⌨️ 快捷键说明

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