readme
来自「无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上」· 代码 · 共 33 行
TXT
33 行
README for SimpleCmd and BcastAuthor/Contact: tinyos-help@millennium.berkeley.eduDescription:This directory contains two Tiny OS applications: SimpleCmd and Bcast.SimpleCmd --- handles AM message type 8. This type of message is typicallya command from a PC that is connected to the base station. Currently SimpleCmd only support command 4 commands: led_on --- turn the yellow LED on led_off -- turn the yellow LED off radio_quieter --- decrease the input to RFM. radio_louder --- increate the input to RFMBcast --- can process a command as SimpleCmd does and forward a new command over RFM to other motes.This application is part of Tiny OS tutorial.Tools:net.tinyos.sf.SerialForwardnet.tinyos.tools.BcastInjectThese PC tools are used to inject a Am message wich contains a command to the SimpleCmd moduleKnown bugs/limitations:Only 4 commands as described above are supported.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?