We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d01352 commit ac1eb7fCopy full SHA for ac1eb7f
DallasTemperature.h
@@ -29,13 +29,13 @@
29
#define DS18S20MODEL 0x10 // also DS1820
30
#define DS18B20MODEL 0x28 // also MAX31820
31
#define DS1822MODEL 0x22
32
-#define DS1825MODEL 0x3B
+#define DS1825MODEL 0x3B // also MAX31850
33
#define DS28EA00MODEL 0x42
34
35
// Error Codes
36
-#define DEVICE_DISCONNECTED_C -127
37
-#define DEVICE_DISCONNECTED_F -196.6
38
-#define DEVICE_DISCONNECTED_RAW -7040
+#define DEVICE_DISCONNECTED_C -255
+#define DEVICE_DISCONNECTED_F -427
+#define DEVICE_DISCONNECTED_RAW -32640
39
40
// For readPowerSupply on oneWire bus
41
// definition of nullptr for C++ < 11, using official workaround:
0 commit comments