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
Diff: Camera_LS_Y201.cpp
- Revision:
- 2:88128c9da228
- Parent:
- 1:43358d40f879
--- 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; }