智也 大野 / Camera_LS_Y201

Fork of Camera_LS_Y201 by Shinichiro Nakamura

Files at this revision

API Documentation at this revision

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;
     }