OV528 Camera Module Library

Dependents:   CameraOV528-Example

Files at this revision

API Documentation at this revision

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
diff -r 06afc809909b -r 7a563410b23d CameraOV528.cpp
--- 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
diff -r 06afc809909b -r 7a563410b23d CameraOV528.h
--- 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