File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
libraries/DallasTemperature Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,10 @@ class DallasTemperature
116
116
117
117
// sends command for all devices on the bus to perform a temperature conversion
118
118
void requestTemperatures (void );
119
-
119
+
120
+ // returns time to wait for a temperature conversion based on given resolution
121
+ int16_t millisToWaitForConversion (uint8_t );
122
+
120
123
// sends command for one device to perform a temperature conversion by address
121
124
bool requestTemperaturesByAddress (const uint8_t *);
122
125
@@ -233,8 +236,6 @@ class DallasTemperature
233
236
// reads scratchpad and returns the raw temperature
234
237
int16_t calculateTemperature (const uint8_t *, uint8_t *);
235
238
236
- int16_t millisToWaitForConversion (uint8_t );
237
-
238
239
void blockTillConversionComplete (uint8_t , const uint8_t *);
239
240
240
241
#if REQUIRESALARMS
You can’t perform that action at this time.
0 commit comments