crc8()

Compute a CRC check on an array of data. Compute a Dallas Semiconductor 8 bit CRC, these are used in the ROM and scratchpad registers. myWire.crc8(addr, len)
myWire: a variable of type OneWire. addr: pointer to data buffer. len: buffer length in bytes. byte crc8