Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Camera_LS_Y201 by
Revision 2:2eedbc23d0b9, committed 2014-04-30
- 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.