CRC checker for OneWire

Post details of your projects here.
Post Reply
sbrazz
Posts: 12
Joined: Sun May 05, 2013 11:01 pm

CRC checker for OneWire

Post by sbrazz »

The code attached checks the CRC of the returned data from dallas onewire devices and returns 0 if no errors are found, -1 if all zeros are input or the number of bits remaining set at the end of the cycle.
It assumes the returned data from OWIN is in an Inbytes array of 0-8 = 9 bytes, as per the OWIN example.
Attachments
CRCcheck.bas
(1 KiB) Downloaded 676 times



Post Reply