Skip to content

Commit d54fde2

Browse files
committed
better comment
1 parent e7de189 commit d54fde2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Example01_PresenceBasicReadings/Example01_PresenceBasicReadings.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ void loop()
8686
// Busy wait loop until data is ready
8787
radarSensor.presenceBusyWait();
8888

89-
// Get the presence distance value and print out if no errors
89+
// Get the presence distance value and print out if no errors.
90+
// Note - this returns if Presense is detected now, or since last check (sticky)
9091
presValError = radarSensor.getPresenceDistanceValuemm(distance);
9192

9293
if (presValError == 0)

0 commit comments

Comments
 (0)