config.h

来自「实现zigbee设备之间的lqi传输。同时还会对温度进行检测」· C头文件 代码 · 共 10 行

H
10
字号
/* Network parameters */
#define PAN_ID                      0xCAFE
#define COORDINATOR_ADR             0x0000

/* Defines the channels to scan. Each bit represents one channel. All channels
   in the channels (11-26) in the 2.4GHz band are scanned. */
#define SCAN_CHANNELS 		        0x07FFF800UL
/* Duration (ms) = 15.36ms x (2^ACTIVE_SCAN_DURATION + 1) */
#define ACTIVE_SCAN_DURATION        3

⌨️ 快捷键说明

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