⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uarttestappc.nc

📁 自己在学习nesC时的源码
💻 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 + -