DS1820CalcCRCbit {thermocouple} | R Documentation |
Calculate 8-bit CRC for DS1820
Description
DS1820CalcCRCbit
Calculates 8-bit CRC for DS1820
Usage
DS1820CalcCRCbit(shiftReg, dataBit)
Arguments
shiftReg |
shift register |
dataBit |
data bit |
Value
b |
beta coefficient |
Author(s)
Jose Gama
Source
Peter H. Anderson, 1998 DS1820 Digital Thermometer - Calculating an 8-bit CRC Value http://www.phanderson.com/PIC/16C84/crc.html
References
Peter H. Anderson, 1998 DS1820 Digital Thermometer - Calculating an 8-bit CRC Value http://www.phanderson.com/PIC/16C84/crc.html
[Package thermocouple version 1.0.2 Index]