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.
1 parent 18a3a32 commit 6fbf3f0Copy full SHA for 6fbf3f0
examples/DHT11/DHT11.ino
@@ -6,7 +6,7 @@
6
Software::Serial<BOARD::D0> Serial;
7
DHT11<BOARD::D1> dht;
8
#else
9
-DHT11<BOARD::D7> dht;
+DHT11<BOARD::D8> dht;
10
#endif
11
12
void setup()
0 commit comments