readme.countradio
来自「无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上」· COUNTRADIO 代码 · 共 44 行
COUNTRADIO
44 行
$Id: README.CountRadio,v 1.1 2004/05/01 04:22:10 cssharp Exp $README for CountRadioAuthor/Contact: tinyos-help@millennium.berkeley.edu@author Cory Sharp <cssharp@eecs.berkeley.edu>Description:CountRadio is a simple led/radio count program. The default applicationbuilt from this directory is CountDual. CountDual either sends a count over the radio if the node address is equal to 1, or displays a count received over the radio otherwise. Compile CountDual with make <platform> CountSend only sends a count over the radio regardless of the node address. Compile CountSend with COMP=Send make <platform> CountReceive only displays a count received over the radio regardless of the node address. Compile CountReceive with COMP=Receive make <platform>These applications exhibit real, typical, simple TinyOS programs. Theyat most use the interfaces Timer, SendMsg, ReceiveMsg, and Leds; they donot depend on lib/Counters/. This makes them a good teaching tool, easyto understand, useful, and reusable.The author has already found these applications useful as a template toquickly generate other simple counter programs. Enjoy.Tools:None.Known bugs/limitations:None.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?