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 f910f5f commit 8402d6fCopy full SHA for 8402d6f
examples/Arduino/Example4_WakeOnMotion/Example4_WakeOnMotion.ino
@@ -44,7 +44,7 @@ volatile bool sensorSleep = false;
44
volatile bool canToggle = false;
45
unsigned long lastTriggered;
46
47
-// Threshold LSB is 4mg. Range is 0mg to 1020mg.
+// Threshold LSBit is 4mg. Range is 0mg to 1020mg.
48
unsigned int WOM_threshold = 255;
49
50
void setup() {
0 commit comments