📄 readme.txt
字号:
Author/Contact: tinyos-help@millennium.berkeley.eduDescription:To compile for motes with CC2420 radios, you must do: env CFLAGS="-DLOW_POWER_LISTENING" make <platform>Install the application to two nodes with the following ID's: Node 0 (Receiver node): id = 0 Node 1 (Transmitter node): id = 1 (or.. id > 0)This app sends a message from Transmitter node to the recevier node and waits 1000 ms between each delivery so the Rx mote's radio shuts back off and has to redetect to receive the next message.EXPECTED OUTPUT Transmitter Node: * Toggles its led0 every second. - led0 ON indicates transmission, which lasts for much shorter than a second. When the receiver performs its receive check, the transmitter stops delivering the message. Receiver Node: * led1 toggles once a second, indicating reception.Tools:None.Known bugs/limitations:None.$Id: README.txt,v 1.2 2007/07/10 17:43:06 rincon Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -