You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DallasTemperature.h
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@
33
33
#defineDS28EA00MODEL0x42
34
34
35
35
// Error Codes
36
-
#defineDEVICE_DISCONNECTED_C -255
37
-
#defineDEVICE_DISCONNECTED_F -427
38
-
#defineDEVICE_DISCONNECTED_RAW -32640
36
+
// See https://github.com/milesburton/Arduino-Temperature-Control-Library/commit/ac1eb7f56e3894e855edc3353be4bde4aa838d41#commitcomment-75490966 for the 16bit implementation. Reverted due to microcontroller resource constraints.
0 commit comments