Like the other thread…gotta catch CRC failures and throw those results out.
if (OneWire::crc8(data, 9)) {
Serial.println("CRC Failed");
//do something here
}
Like the other thread…gotta catch CRC failures and throw those results out.
if (OneWire::crc8(data, 9)) {
Serial.println("CRC Failed");
//do something here
}