📄 uarttestappc.nc
字号:
/**
UartTestAppC.nc
**/
configuration UartTestAppC
{
}
implementation
{
components Main,LedsC,UartTestM,GenericComm as Comm,TimerC;
Main.StdControl->UartTestM;
Main.StdControl->TimerC;
UartTestM.Timer->TimerC.Timer[unique("Timer")];
UartTestM.CommControl->Comm;
UartTestM.Send->Comm.SendMsg[0];
UartTestM.Receive->Comm.ReceiveMsg[0];
UartTestM.Leds->LedsC;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -