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:88128c9da228, committed 2017-03-17
- Comitter:
- tomoya123
- Date:
- Fri Mar 17 08:36:27 2017 +0000
- Parent:
- 1:43358d40f879
- Commit message:
- camera
Changed in this revision
| Camera_LS_Y201.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Camera_LS_Y201.cpp Wed Dec 01 23:10:56 2010 +0000
+++ b/Camera_LS_Y201.cpp Fri Mar 17 08:36:27 2017 +0000
@@ -124,7 +124,9 @@
&& (recv[3] == 0x00)
&& (recv[4] == 0x00)) {
wait(1);
+ printf("1");
return reset();
+
} else {
return UnexpectedReply;
}
