Study
2009. 9. 25. 11:41
NewTimerM.nc
NewTimerM { provides { interface StdControl; } uses { interface Timer; interface Leds; } } implementation { int LED_flag; // 뭔가 가져다 쓸때 변수 선언 잊지 말것! command result_t StdControl.init() { call Leds.init(); return SUCCESS; } command result_t StdControl.start() { return call Timer.start(TIMER_REPEAT, 500); } command result_t StdControl.stop() { return call Timer.stop(); } event result_t Timer.fired() { // 이벤트 수행시간동안 조건문을 부여함으로써 제어할 수 있다. if(LED_flag == 0) call Leds.redToggle(); else if(LED_flag == 1) call Leds.yellowToggle(); else if(LED_flag == 2) call Leds.greenToggle(); if(LED_flag > 3) LED_flag = 0; else LED_flag++; return SUCCESS; } }
공유하기
게시글 관리
솔직한 목소리
저작자표시
비영리
변경금지
blog
profile
tag cloud
travel log
guest book
by
bslime
전체보기
(52)
목소리
(1)
영화
(0)
음악
(0)
Study
(34)
Security
(12)
Web
(2)
WLAN
(7)
Network
(1)
System
(1)
Wargame
(5)
Web
(0)
Reverse Engineering
(3)
Crypto
(2)
티스토리
폐인
CTF
Maze
Algorithm
미로
잘했어요
padocon
초대장
삽질
«
2025/01
»
일
월
화
수
목
금
토
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
darktoil.
인생여전龍군.
슝이.
MR-J@.
미움.
vvipbeom.
Copyright ⓒ 2010.
bslime
, Skin designed by
Creasmworks.
All rights reserved.
티스토리툴바