configuration Blink {
}

 

implementation {

 components Main, BlinkM, TimerC, LedsC;             <- 사용할 components 들을 선언.

 Main.StdControl -> TimerC.StdControl;                  <- 연결 해주자.
 Main.StdControl -> BlinkM.StdControl;

 BlinkM.Timer -> TimerC.Timer[unique("Timer")];
 BlinkM.Leds -> LedsC;

 }

'old > Hmote' 카테고리의 다른 글

하이퍼터미널 사용  (0) 2010.05.06
UART  (0) 2010.05.06
기본 구성 분석 (module)  (0) 2010.05.06
Compile  (0) 2010.05.06
Install 및 Patch  (0) 2010.05.06
Posted by jazzlife
,