Any changes are to allow conversion to BMP

Fork of Camera_LS_Y201 by Shinichiro Nakamura

Files at this revision

API Documentation at this revision

Comitter:
kylepost3
Date:
Wed Apr 30 14:16:47 2014 +0000
Parent:
1:43358d40f879
Commit message:
Any changes are to allow for conversion to BMP.

Changed in this revision

Camera_LS_Y201.h Show annotated file Show diff for this revision Revisions of this file
diff -r 43358d40f879 -r 2eedbc23d0b9 Camera_LS_Y201.h
--- a/Camera_LS_Y201.h	Wed Dec 01 23:10:56 2010 +0000
+++ b/Camera_LS_Y201.h	Wed Apr 30 14:16:47 2014 +0000
@@ -33,6 +33,15 @@
 #include "SerialBuffered.h"
 
 /**
+ * Image size.
+ */
+enum ImageSize {
+    ImageSize160x120,   /**< 160x120. */
+    ImageSize320x280,   /**< 320x280. */
+    ImageSize640x480    /**< 640x480. */
+};
+
+/**
  * Camera
  */
 class Camera_LS_Y201 {
@@ -63,14 +72,7 @@
         InvalidArguments
     };
     
-    /**
-     * Image size.
-     */
-    enum ImageSize {
-        ImageSize160x120,   /**< 160x120. */
-        ImageSize320x280,   /**< 320x280. */
-        ImageSize640x480    /**< 640x480. */
-    };
+
 
     /**
      * Reset module.