Fork with some minor changes

Dependencies:   Motordriver

Fork of Camera_LS_Y201 by Shinichiro Nakamura

Revision:
1:43358d40f879
Parent:
0:f71232252dcf
--- a/Camera_LS_Y201.h	Thu Nov 25 15:43:42 2010 +0000
+++ b/Camera_LS_Y201.h	Wed Dec 01 23:10:56 2010 +0000
@@ -108,7 +108,7 @@
      * @param func A pointer to a call back function.
      * @return Error code.
      */
-    ErrorCode readJpegFileContent(void (*func)(uint8_t *buf, size_t siz));
+    ErrorCode readJpegFileContent(void (*func)(int done, int total, uint8_t *buf, size_t siz));
 
     /**
      * Stop taking pictures.