Skip to content

Commit 6b713cb

Browse files
committed
camera: Make HM0360 the default for the motion detection sketch.
1 parent 936228d commit 6b713cb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: libraries/Camera/examples/CameraMotionDetect/CameraMotionDetect.ino

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#include "camera.h"
2-
#include "himax.h"
3-
HM01B0 himax;
2+
3+
// uncomment the correct camera in use
4+
#include "hm0360.h"
5+
HM0360 himax;
6+
7+
// #include "himax.h"
8+
// HM01B0 himax;
9+
410
Camera cam(himax);
511

612
#ifdef ARDUINO_NICLA_VISION

0 commit comments

Comments
 (0)