Rob Tillaart
Rob Tillaart
@milesburton I see the logs of the build are removed (auto xleanup). Can you redo the build ci test, as that would show if there are more warnings or so.
Sounds interesting, I do not recall seeing this in the datasheet (which page?)
Is there an example how to use? I see this new function: ```cpp bool DallasTemperature::getLocation(const uint8_t* deviceAddress) { int b = _wire->reset(); if (b == 0) return false; _wire->select(deviceAddress); _wire->write(DETECTADD);...
Datasheet P13 #### Address _Although the 64-bit ROM code allows each 1-Wire device on a bus to be identified for communication purposes, it does not provide any information about the...
@pmr1 OK, I understand from the prototype code how one gets a location from the MAX31825. The implementation has to be engineered, with a more clear API as a DS18B20...
Should add a test for model in the function ```cpp #define DS1825MODEL 0x3B // also MAX31825 ```
That model I mentioned is already defined in the .h file (did not invent it) What I do not know if the original DS1825, which has the same model byte...
Not familiar with the Toggle Library, link? Is it possible to create a minimal sketch that shows the problem, e.g. based upon the minimal sketch of the DS18B20?
I went quickly through the sources of **Toggle** and found no direct hint to interference with this library. ### Hypothesis: **sensors.requestTemperatures();** calls a function that blocks until the sensor is...
> East Grinstead, UK Think I've been there one once with my wife (years ago), there was a small tearoom with extraordinary scones. Was a local price winner. I recall...