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 4f841c6 + a7157aa commit 8de033bCopy full SHA for 8de033b
DHT.cpp
@@ -40,6 +40,7 @@
40
* number of sensors
41
*/
42
DHT::DHT(uint8_t pin, uint8_t type, uint8_t count) {
43
+ (void)count; // Workaround to avoid compiler warning.
44
_pin = pin;
45
_type = type;
46
#ifdef __AVR
0 commit comments