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 5ce3bce commit 7528a84Copy full SHA for 7528a84
DHT.cpp
@@ -26,7 +26,8 @@
26
#include "DHT.h"
27
28
#define MIN_INTERVAL 2000 /**< min interval value */
29
-#define TIMEOUT UINT32_MAX /**< Used programmatically for timeout. Not a timeout duration. Type: uint32_t. */
+#define TIMEOUT UINT32_MAX /**< Used programmatically for timeout. \
30
+ Not a timeout duration. Type: uint32_t. */
31
32
/*!
33
* @brief Instantiates a new DHT class
0 commit comments