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 b504fa5 commit f0a66b0Copy full SHA for f0a66b0
DHT.h
@@ -48,9 +48,11 @@
48
#define AM2301 21 /**< AM2301 */
49
50
#if (TARGET_NAME == ARDUINO_NANO33BLE)
51
-// As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have
52
-// microsecondsToClockCycles defined.
53
#ifndef microsecondsToClockCycles
+/*!
+ * As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have
54
+ * microsecondsToClockCycles defined.
55
+ */
56
#define microsecondsToClockCycles(a) ((a) * (SystemCoreClock / 1000000L))
57
#endif
58
0 commit comments