Skip to content

Commit f40c077

Browse files
authored
Merge pull request #68 from twisniew1976/patch-1
Update DallasTemperature.h for DS28EA00
2 parents bf8b733 + 19d5e75 commit f40c077

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DallasTemperature.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define DS18B20MODEL 0x28
2727
#define DS1822MODEL 0x22
2828
#define DS1825MODEL 0x3B
29+
#define DS28EA00MODEL 0x42
2930

3031
// OneWire commands
3132
#define STARTCONVO 0x44 // Tells device to take a temperature reading and put it on the scratchpad
@@ -267,4 +268,4 @@ class DallasTemperature
267268
#endif
268269

269270
};
270-
#endif
271+
#endif

0 commit comments

Comments
 (0)