Search found 2 matches

by spoz
Sat Aug 15, 2020 1:32 pm
Forum: Programs, Libraries and Tools
Topic: OneWireError exception
Replies: 2
Views: 2620

Re: OneWireError exception

D'oh. Thanks so much for the reply.
by spoz
Sat Aug 15, 2020 9:26 am
Forum: Programs, Libraries and Tools
Topic: OneWireError exception
Replies: 2
Views: 2620

OneWireError exception

Hi all, I'm using an ESP8266 with a DS18B20 temperature sensor and the OneWire library. I'm trying to handle an exception in the case where the sensor becomes disconnected during runtime. Without any error handling if I disconnect the sensor and run: sensor.convert_temp() then I see: >>> sensor.conv...