Test application for using the DS2432 on the 1-Wire
Net


All application files can be found in the 
'\source\apps' directory. 
All header and utility files can be found in the 
'\source\common' directory. 

Application File(s):		'\source\apps'
SHAapp.c   - the interface for accessing the different
             DS2432 functions.


Common Module File(s):		'\source\common'
crcutil.c   - Keeps track of the CRC for 16 and 8 bit
	           operations.
ds2480.h    - Include file for the DS2480B functions.
ds2480ut.c  - Functions for operations on the DS2480B.
ibsha33.h   - Include file for the sha functions on the
	           DS2432.
ibsha33o.c  - Functions to do operations on the DS2432.
ioutil.c    - Miscellanous functions for I/O.
owllu.c     - Link Layer 1-Wire Net functions.
ownet.h     - main include
ownetu.c    - Network functions for 1-Wire Net devices.
owsesu.c    - Acquire and release a Session on the 1-Wire Net.
              This file is not the same as what is in the public
              domain kit.
owtrnu.c    - Transport functions for 1-Wire Net using the 
              DS2480B interface chip.
win32lnk.c  - This file is for doing serial port operations on Win32.




