platforms.properties
来自「Tinyos LEACH protocol modify」· PROPERTIES 代码 · 共 19 行
PROPERTIES
19 行
##Initial properties for the known platforms#This property file is used to associate the platforms specified in the comm#ID string (e.g. serial@COM1:mica) with various plaftorm-specific parameters#The entry format is as follows: # <platform>=<platform package>, <integer ID>, <baudrate># where#<platform> -- that's the platform we compile for (i.e. valid nesc target#<platform package> -- name of the common package family that uses the same AM format (e.g. avrmote)#<integer ID> -- unique integer that is used by serial forwarder to identify the platform across the network#<baudrate> -- default serial port datarate used to communicate with the mote
#Tue Jun 12 01:09:14 KST 2007
telos=telos,2,19200
mica=avrmote,1,19200
eyes=eyes,4,19200
micaz=micaz,3,57600
mica2=avrmote,1,57600
mica2dot=avrmote,1,19200
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?