?? clnn.nc
字號(hào):
/* CLNN header *//* Written by Kin Sun Ho (ksho@cse) *//* Last Modified: 12 August 2005 */includes Sasha;configuration CLNN { provides interface CLNNlib; provides interface StdControl;}implementation{ components Main, CLNNM, TimerC, LedsC, Photo, Temp, Anycast; Main.StdControl -> CLNNM; Main.StdControl -> TimerC; // Timer CLNNM.Timer -> TimerC.Timer[unique("Timer")]; // LEDs CLNNM.Leds -> LedsC; // Enable the two line for light or temp sensing // Light //CLNNM.Sensor -> Photo.PhotoADC; //CLNNM.SensorControl -> Photo.StdControl; // Temp CLNNM.Sensor -> Temp.TempADC; CLNNM.SensorControl -> Temp.StdControl; CLNNM.Anycastlib -> Anycast; // who provide the implementation of library StdControl = CLNNM; CLNNlib = CLNNM;}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -