CameraC328

Dependents:   CameraC328_TestProgram CameraC328_Thresholding Camera_TestProgram_2015 Camera_TestProgram_2015 ... more

Revision:
2:6a72fcad5c0a
Parent:
1:167e51d598cf
Child:
3:6d3150d4396a
--- a/CameraC328.h	Sun Jun 27 05:04:04 2010 +0000
+++ b/CameraC328.h	Mon Jun 28 13:57:15 2010 +0000
@@ -69,9 +69,10 @@
 
 private:
     Serial serial;
+    bool syncdone;
     static const int COMMAND_LENGTH = 6;
-    static const int TIMEOUT_MS = 200;
-    static const int BAUD = 19600;
+    static const int TIMEOUT_US = 1200;
+    static const int BAUD = 57600;
     static const int SYNCMAX = 60;
 
     /**