We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf8b733 + 19d5e75 commit f40c077Copy full SHA for f40c077
1 file changed
DallasTemperature.h
@@ -26,6 +26,7 @@
26
#define DS18B20MODEL 0x28
27
#define DS1822MODEL 0x22
28
#define DS1825MODEL 0x3B
29
+#define DS28EA00MODEL 0x42
30
31
// OneWire commands
32
#define STARTCONVO 0x44 // Tells device to take a temperature reading and put it on the scratchpad
@@ -267,4 +268,4 @@ class DallasTemperature
267
268
#endif
269
270
};
-#endif
271
+#endif
0 commit comments