testuart.nc

来自「this is for tinyon to test the Uart」· NC 代码 · 共 19 行

NC
19
字号
configuration TestUART {}implementation{	components Main, LedsC, TestUARTM, HPLUARTC;	components IntToRfm, RfmToInt;	Main.StdControl -> TestUARTM.StdControl;	TestUARTM.Leds -> LedsC.Leds;	TestUARTM.UART -> HPLUARTC.UART;	Main.StdControl -> IntToRfm.StdControl;	TestUARTM.RadioTxOut -> IntToRfm;	Main.StdControl -> RfmToInt.StdControl;	RfmToInt.IntOutput -> TestUARTM.RadioRxOut;}

⌨️ 快捷键说明

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