TINI-specific: internal 1-wire access to read unit MAC address
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Nov 2000 21:18:06 +0000 (21:18 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Nov 2000 21:18:06 +0000 (21:18 +0000)
commit1579f1b1c12d218109f2198deb300453d7f66c69
tree28ba834400a2d17942a2e51dba41cb7d5148be06
parent71279816043e07233787b8daa7de84e16b06adfe
TINI-specific: internal 1-wire access to read unit MAC address

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@502 4a8a32a2-be11-0410-ad9d-d568d2c75423
device/examples/ds390/readmac/Makefile [new file with mode: 0644]
device/examples/ds390/readmac/crcutil.c [new file with mode: 0644]
device/examples/ds390/readmac/crcutil.h [new file with mode: 0644]
device/examples/ds390/readmac/ow.c [new file with mode: 0644]
device/examples/ds390/readmac/ow.h [new file with mode: 0644]
device/examples/ds390/readmac/readmac.c [new file with mode: 0644]