We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0ccc1 + 5fa31c9 commit 03159c4Copy full SHA for 03159c4
DallasTemperature.h
@@ -257,6 +257,8 @@ class DallasTemperature {
257
258
#endif
259
260
+ void blockTillConversionComplete(uint8_t);
261
+
262
private:
263
typedef uint8_t ScratchPad[9];
264
@@ -292,7 +294,6 @@ class DallasTemperature {
292
294
// reads scratchpad and returns the raw temperature
293
295
int16_t calculateTemperature(const uint8_t*, uint8_t*);
296
- void blockTillConversionComplete(uint8_t);
297
298
// Returns true if all bytes of scratchPad are '\0'
299
bool isAllZeros(const uint8_t* const scratchPad, const size_t length = 9);
0 commit comments