Hello World example program for the OV528 Camera Module

Dependencies:   CameraOV528

Revision:
1:67a9d5cee87c
Parent:
0:ac819fa0198f
Child:
4:327a3341b5f3
--- a/main.cpp	Fri Jul 07 20:10:15 2017 +0000
+++ b/main.cpp	Fri Jul 07 20:22:36 2017 +0000
@@ -1,5 +1,5 @@
+#include "CameraOV528.h"
 #include "mbed.h"
-#include "CameraOV528.h"
 #include "FATFileSystem.h"
 #include "SDBlockDevice.h"
 #include <stdio.h>