?? 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 + -