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 e7de189 commit d54fde2Copy full SHA for d54fde2
examples/Example01_PresenceBasicReadings/Example01_PresenceBasicReadings.ino
@@ -86,7 +86,8 @@ void loop()
86
// Busy wait loop until data is ready
87
radarSensor.presenceBusyWait();
88
89
- // Get the presence distance value and print out if no errors
+ // 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)
91
presValError = radarSensor.getPresenceDistanceValuemm(distance);
92
93
if (presValError == 0)
0 commit comments