migdummy.nc
来自「tinyos最新版」· NC 代码 · 共 20 行
NC
20 行
//dummy file to make MIG run faster for TinyDB // compilation -- just include needed message// files in a worthless config.includes AM;includes TinyDB;includes Event;includes Command;configuration MigDummy { }implementation { components IntToLeds, Main; Main.StdControl -> IntToLeds; }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?