Eric Chavet

Results 2 issues of Eric Chavet

Currently, the DS18B20 driver uses a fixed delay of 1 millisecond (board.io.sendOneWireDelay(pin, 1);) after requesting each sensor to perform a temperature conversion. However, the DS18B20 datasheet specifies that a conversion...

Currently, the DS18B20 driver uses a fixed delay of 1 millisecond (`board.io.sendOneWireDelay(pin, 1);`) after requesting each sensor to perform a temperature conversion. However, the DS18B20 datasheet specifies that a conversion...