CameraC328

Dependents:   CameraC328_TestProgram CameraC328_Thresholding Camera_TestProgram_2015 Camera_TestProgram_2015 ... more

Files at this revision

API Documentation at this revision

Comitter:
shintamainjp
Date:
Mon Aug 30 14:43:37 2010 +0000
Parent:
10:b04f3444b794
Child:
12:4daa8c068bc5
Commit message:

Changed in this revision

CameraC328.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/CameraC328.cpp	Mon Aug 30 13:45:20 2010 +0000
+++ b/CameraC328.cpp	Mon Aug 30 14:43:37 2010 +0000
@@ -275,6 +275,7 @@
         }
 
         func(databuf, ds);
+        wait_ms(10);
 
         en = sendAck(0x00, 1 + i);
         if (NoError != en) {
@@ -368,6 +369,7 @@
         }
 
         func(databuf, ds);
+        wait_ms(10);
 
         en = sendAck(0x00, 1 + i);
         if (NoError != en) {