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

📄 config.h

📁 tinyos最新版
💻 H
字号:
// This file configures the Physical layer and the application// These macros are in the global name space, so use a prefix to indicate// which layers they belong to.#ifndef CONFIG#define CONFIG// Configure Physical layer. Definitions here override default values// Default values are defined in PhyMsg.h// --------------------------------------------------------------//#define PHY_MAX_PKT_LEN 250       // max: 250, default: 100// Configure the test application// -------------------------------// num of pkts in each group, max value is 255#define TST_NUM_PKTS 100#define TST_PKT_INTERVAL 10      // packet interval in ms#define TST_GRP_INTERVAL 1000    // pause between two groups, in ms#endif  // CONFIG

⌨️ 快捷键说明

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