From b5e76a74dfa040b69885a7323f63de66701a1175 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 22 Feb 2021 00:09:21 +0200 Subject: [PATCH] Update examples. --- .../Portenta-H7/21-Sensor-Control/himax_motion_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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