📄 timerasyncc.nc.svn-base
字号:
/*
* @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
* @author Andre Cunha
*
*/
configuration TimerAsyncC
{
provides interface TimerAsync;
}
implementation
{
components TimerAsyncM, HPLTimer2C as CPUClockTimer, LedsC;
TimerAsync = TimerAsyncM;
TimerAsyncM.Timer -> CPUClockTimer;
TimerAsyncM.Leds -> LedsC;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -