diff --git a/scripts/examples/Arduino/Portenta-H7/21-Sensor-Control/himax_motion_detection.py b/scripts/examples/Arduino/Portenta-H7/21-Sensor-Control/himax_motion_detection.py index 59ac4f459..23b35613d 100644 --- a/scripts/examples/Arduino/Portenta-H7/21-Sensor-Control/himax_motion_detection.py +++ b/scripts/examples/Arduino/Portenta-H7/21-Sensor-Control/himax_motion_detection.py @@ -8,7 +8,7 @@ sensor.set_pixformat(sensor.GRAYSCALE) sensor.set_framesize(sensor.QVGA) sensor.skip_frames(time=2000) -# The sensor is less noisy are lower FPS. +# The sensor is less noisy with lower FPS. sensor.set_framerate(15) # Configure and enable motion detection