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 fa22bc6 commit b504fa5Copy full SHA for b504fa5
DHT.h
@@ -48,7 +48,7 @@
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
+// As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have
52
// microsecondsToClockCycles defined.
53
#ifndef microsecondsToClockCycles
54
#define microsecondsToClockCycles(a) ((a) * (SystemCoreClock / 1000000L))
0 commit comments