📄 config.h
字号:
/**************************************************************************** * * MODULE: config.h * * COMPONENT: $RCSfile: config.h,v $ * * VERSION: $Name: $ * * REVISION: $Revision: 1.3 $ * * DATED: $Date: 2007/12/04 12:53:25 $ * * STATUS: $State: Exp $ * * AUTHOR: Ian Morris * * DESCRIPTION * * CHANGE HISTORY: * * LAST MODIFIED BY: $Author: mroyc $ * $Modtime: $ * * **************************************************************************** * * (c) Copyright 2000 JENNIC Ltd * ****************************************************************************/#ifndef CONFIG_H_INCLUDED#define CONFIG_H_INCLUDED#if defined __cplusplusextern "C" {#endif/****************************************************************************//*** Include Files ***//****************************************************************************/#include <jendefs.h>#include "services.h" /****************************************************************************//*** Macro Definitions ***//****************************************************************************//* Network parameters - these MUST be changed to suit the target application */#define PAN_ID 0x1234U#define CHANNEL 12#define SERVICE_PROFILE_ID 0x12345678#define POLL_PERIOD 10 /* in 10ths of a second */ /* UTILS config */#define UTILS_UART E_AHI_UART_0#define UTILS_UART_BAUD_RATE E_AHI_UART_RATE_19200/****************************************************************************//*** Type Definitions ***//****************************************************************************//****************************************************************************//*** Exported Functions ***//****************************************************************************//****************************************************************************//*** Exported Variables ***//****************************************************************************/#if defined __cplusplus}#endif#endif /* CONFIG_H_INCLUDED *//****************************************************************************//*** END OF FILE ***//****************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -