readme.txt
来自「无线传感器网络操作系统tinyos下的cc2420测试驱动程序」· 文本 代码 · 共 41 行
TXT
41 行
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 + =
减小字号Ctrl + -
显示快捷键?