Skip to content

Commit 8402d6f

Browse files
committed
Update Example4_WakeOnMotion.ino
1 parent f910f5f commit 8402d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Arduino/Example4_WakeOnMotion/Example4_WakeOnMotion.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ volatile bool sensorSleep = false;
4444
volatile bool canToggle = false;
4545
unsigned long lastTriggered;
4646

47-
// Threshold LSB is 4mg. Range is 0mg to 1020mg.
47+
// Threshold LSBit is 4mg. Range is 0mg to 1020mg.
4848
unsigned int WOM_threshold = 255;
4949

5050
void setup() {

0 commit comments

Comments
 (0)