testappc.nc
来自「Develop Zigbee network real-time Os」· NC 代码 · 共 27 行
NC
27 行
configuration TestAppC {}implementation { components MainC, TestAppP; MainC.SoftwareInit -> TestAppP.Init; MainC.Boot <- TestAppP; components LedsC; TestAppP.Leds -> LedsC; components new TimerMilliC() as TimerC; TestAppP.Timer -> TimerC; components SimpleMacC; TestAppP.SimpleMacControl -> SimpleMacC.StdControl; TestAppP.SimpleMac -> SimpleMacC.SimpleMac; components new CounterToLocalTimeC(TMicro) as LocalTimeC; TestAppP.LocalTime -> LocalTimeC; components StdOutC; TestAppP.StdOut -> StdOutC;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?