sasharules

来自「主要用于无线传感网络的编写的书籍.对于初学者有着很大的用处」· 代码 · 共 20 行

TXT
20
字号
########################################################################### Set Radio Power #  - Radio transmit power is by a value (RTP) between 0x00 and 0xFF#  - RTP = 0 for least power; =0xFF for max transmit power#-------------------------------------------------------------------------#  For Mica2#  Freq Band:  Output Power(dBm) RTP#  916 Mhz     -20               0x02#              -10               0x09#               0 (1mw)          0x80#               5                0xFF##########################################################################include ../../MakerulesPFLAGS+=-I../CFLAGS+=-DCC1K_DEF_FREQ=916400000CFLAGS+=-DRADIO_XMIT_POWER=0x02board=micasbMIB510=/dev/ttyS4

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?