Library for reading temperature from DS1820, DS18B20 and DS1822
Dependents: heatmap BLE_Temperature BLE_Temperature_Exercise F334andDS18B20 ... more
Fork of DS1820 by
Library for reading temperature from DS1820, DS18B20 and DS1822
Dependents: heatmap BLE_Temperature BLE_Temperature_Exercise F334andDS18B20 ... more
Fork of DS1820 by
During my testing , I saw that the error was called when the search_rom routine failed on line 171:
if (Bit_A & Bit_B) {
descrepancy_marker = 0; data read error, this should never happen
ROM_bit_index = 0xFF;
}
Just searching again works fine.