Skip to content

Commit 3867976

Browse files
authored
Merge pull request #140 from chariotsolutions/portenta_camera
include Arduino.h in Portenta_Camera/camera.h
2 parents d1d3d0d + 5c715ff commit 3867976

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Portenta_Camera/camera.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include "Arduino.h"
2+
13
enum {
24
CAMERA_R160x120 = 0x00, /* QQVGA Resolution */
35
CAMERA_R320x240 = 0x01, /* QVGA Resolution */

0 commit comments

Comments
 (0)