[ UART 사용 ]
; 시리얼 통신을 이용하여 Hmote의 출력값을 보자.
(추가할 것들)
components HPLUARTC;
interface HPLUART as UART;
call UART.init()
call UART.put()
event async result_t UART.get()
event async result_t UART.putDone()
'old > Hmote' 카테고리의 다른 글
NesC (0) | 2010.05.06 |
---|---|
하이퍼터미널 사용 (0) | 2010.05.06 |
기본 구성 분석 (module) (0) | 2010.05.06 |
기본 구성 분석 (configuration) (0) | 2010.05.06 |
Compile (0) | 2010.05.06 |