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 cecba89 + e949922 commit 9c8e3caCopy full SHA for 9c8e3ca
DallasTemperature.cpp
@@ -3,8 +3,6 @@
3
// License as published by the Free Software Foundation; either
4
// version 2.1 of the License, or (at your option) any later version.
5
6
-#include "DallasTemperature.h"
7
-
8
// for Particle support
9
// yield() is not a standard function, but instead wraps Particle process
10
// https://community.particle.io/t/syscall-yield-operation/40708/2
@@ -20,6 +18,8 @@ extern "C" {
20
18
}
21
19
#endif
22
+#include "DallasTemperature.h"
+
23
// OneWire commands
24
#define STARTCONVO 0x44 // Tells device to take a temperature reading and put it on the scratchpad
25
#define COPYSCRATCH 0x48 // Copy scratchpad to EEPROM
0 commit comments