readme.ds2411
来自「无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上」· DS2411 代码 · 共 38 行
DS2411
38 行
$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 + =
减小字号Ctrl + -
显示快捷键?