OV528 Camera Module Library
Dependents: CameraOV528-Example
Revision 2:7a563410b23d, committed 2017-07-07
- Comitter:
- jplunkett
- Date:
- Fri Jul 07 20:44:58 2017 +0000
- Parent:
- 1:06afc809909b
- Commit message:
- Error fixes
Changed in this revision
| CameraOV528.cpp | Show annotated file Show diff for this revision Revisions of this file |
| CameraOV528.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/CameraOV528.cpp Fri Jul 07 20:40:26 2017 +0000
+++ b/CameraOV528.cpp Fri Jul 07 20:44:58 2017 +0000
@@ -543,4 +543,4 @@
} else {
return head - tail;
}
-}
+}
\ No newline at end of file
--- a/CameraOV528.h Fri Jul 07 20:40:26 2017 +0000
+++ b/CameraOV528.h Fri Jul 07 20:44:58 2017 +0000
@@ -109,4 +109,4 @@
void (*log_func)(const char* fmt, ...);
};
-#endif
+#endif
\ No newline at end of file
Jenny Plunkett


Camera OV528