app_config.h

来自「基于MMA7260QR2的跌落检查程序」· C头文件 代码 · 共 26 行

H
26
字号
/************************************************************************************
* Application Parameters Configuration 
*
* (c) Copyright 2007, Freescale, Inc.  All rights reserved.
*
* No part of this document must be reproduced in any form - including copied,
* transcribed, printed or by any electronic means - without specific written
* permission from Freescale.
*
* Last Inspected: 11/09/2007
* Last Tested:
************************************************************************************/
 
 
/* This file contain the features to be included within SMAC platform*/
 
#ifndef __SMAC_APP_CONFIG_H__
#define __SMAC_APP_CONFIG_H__
 
  #define CHANNEL_NUMBER      CHANNEL11
  #define OTAP_ENABLED        FALSE
  #define OTAP_REQUEST_CODE   0x03020100
  #define OTAP_DEVICE_ADDRESS 0x0001

#endif /* __SMAC_APP_CONFIG_H__ */

⌨️ 快捷键说明

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