📄 readme.ds2411
字号:
$Id: README.DS2411,v 1.1 2004/12/02 22:18:07 jpolastre Exp $README for DS2411Author/Contact: tinyos-help@millennium.berkeley.edu@author Cory Sharp <cssharp@eecs.berkeley.edu>Description:The DS2411 is a serial ID that provides a distinct, unique 48-bit number.It is intended to be used in conjunction with a 16-bit IEEE OUI to producea unique 64-bit mote identifier number.The DS2411 uses the 1-Wire protocol. This module has been abstracted tolive in the to-exist tos/chips/ heirarchy. The following interfaces,configuration, and implementation files are intended to live intos/chips/: DS2411.nc DS2411C.nc DS2411M.nc DS2411Pin.ncDS2411 defines the interface to the chip, and DS2411M implements the(hopefully) platform-independent chip-logic. DS2411Pin defines a semanticinterface for iteracting with the DS2411 hardware IO pin. DS2411C in partwires to the DS2411PinC configuration presumably provided by the platform. The following configuration and module files must be provided by theplatform: DS2411PinC.nc DS2411PinM.ncDS2411PinC and DS2411PinM implement the basic hardware semantics forinteracting with the DS2411 at the pin level. The more complex DS2411logic is built given this minimal platform specific implementation.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -