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 47f5765 commit 2ed880aCopy full SHA for 2ed880a
examples/Example06_DistanceBasicReadings/Example06_DistanceBasicReadings.ino
@@ -82,17 +82,15 @@ void setup()
82
while(1); // Runs forever
83
}
84
85
-
86
87
- // New-line and delay for easier reading
+ // New-line and 0.5 second delay for easier reading
88
Serial.println();
89
- delay(1000);
+ delay(500);
90
91
92
93
void loop()
94
{
95
- distanceSetupError = distanceDetectorReadingSetup();
+ distanceSetupError = radarSensor.distanceDetectorReadingSetup();
96
if(distanceSetupError != 0)
97
98
Serial.println("Distance Reading Setup Error: ");
0 commit comments