HOme Sheriff And Lamp

Dependencies:   CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed

Fork of HoSAL by pi bae

Revision:
2:3c7526a1893a
Child:
3:8c4e0e7c8cea
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rev_Camera.h	Tue Aug 11 16:30:37 2015 +0000
@@ -0,0 +1,25 @@
+/*
+# coded by revival / uasonice (at) gmail.com
+# DATE: 2015/08/09 / Sun Aug  9 23:55:31 KST 2015
+#
+# DESCRIPTION:
+#       rev Camera utility
+ */
+
+#ifndef __REV_CAMERA_H__
+#define __REV_CAMERA_H__
+#include "CameraC328.h"
+
+
+extern CameraC328 cam;
+extern CameraC328::JpegResolution camResul;
+
+void revSync(void) ;
+void revUncompressed_snapshot(char *strFile) ;
+void revUncompressed_preview(char *strFile) ;
+void revJpeg_snapshot(char *strFile, CameraC328::JpegResolution resol) ;
+void revJpeg_preview(char *strFile, CameraC328::JpegResolution resol) ;
+
+#endif // __REV_CAMERA_H__
+
+