📄 readme
字号:
README for TestDisseminationAppCThis application will disseminate 2 constant data objects to all nodesevery 20 seconds. Nodes whose TOS_NODE_ID mod 4 equals 1 will act asdisseminators, and all others will act as receivers. Every 20 seconds:* The disseminator toggles its led0 and led1. Sim debugging msg: Timer fired.* The disseminator sends a new 32-bit value and a new 16-bit value.* When a receiver receives the correct 32-bit value, it toggles led0. Sim debugging msg: Received new correct 32-bit value* When a receiver receives the correct 16-bit value, it toggles led1. Sim debugging msg: Received new correct 16-bit valueThus, in a successful test, you should see all nodes toggling bothled0 and led1 roughly in unison.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -