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 c53f413 commit 59e35baCopy full SHA for 59e35ba
examples/Example06_DistanceBasicReadings/Example06_DistanceBasicReadings.ino
@@ -29,9 +29,9 @@ SparkFunXM125Distance radarSensor;
29
// I2C default address
30
uint8_t i2cAddress = SFE_XM125_I2C_ADDRESS;
31
32
-// Presence range in mm used
33
-#define MY_XM125_RANGE_START 200
34
-#define MY_XM125_RANGE_END 2000
+// Presence range in mm used - 300mm to 4000mm (0.3 M to 4 M)
+#define MY_XM125_RANGE_START 300
+#define MY_XM125_RANGE_END 4000
35
36
void setup()
37
{
0 commit comments