sampleapphw.h
来自「用IAR开发的ZIGBEE网络路由例子」· C头文件 代码 · 共 56 行
H
56 行
#ifndef SAMPLEAPPHW_H
#define SAMPLEAPPHW_H
/*********************************************************************
Filename: SampleAppHw.h
Revised: $Date: 2007-03-08 13:26:13 -0800 (Thu, 08 Mar 2007) $
Revision: $Revision: 13719 $
Description:
This file contains the Sample Application definitions.
Notes:
Copyright (c) 2007 by Texas Instruments, Inc.
All Rights Reserved. Permission to use, reproduce, copy, prepare
derivative works, modify, distribute, perform, display or sell this
software and/or its documentation for any purpose is prohibited
without the express written consent of Texas Instruments, Inc.
*********************************************************************/
#ifdef __cplusplus
extern "C"
{
#endif
/*********************************************************************
* INCLUDES
*/
/*********************************************************************
* CONSTANTS
*/
/*********************************************************************
* MACROS
*/
/*********************************************************************
* FUNCTIONS
*/
/*
* Read the Coordinator Jumper
*/
uint8 readCoordinatorJumper( void );
/*********************************************************************
*********************************************************************/
#ifdef __cplusplus
}
#endif
#endif /* SAMPLEAPPHW_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?