Toma de foto y descomprimir en HEX

Dependencies:   JPEGCamera SDFileSystem mbed

Fork of SaibiCansat2014 by Takashi SASAKI

Revision:
14:f97c682b6fe5
Parent:
12:495d513bb022
diff -r aa50109c4cae -r f97c682b6fe5 FastJpegCamera.h
--- a/FastJpegCamera.h	Sun Jul 20 13:53:17 2014 +0000
+++ b/FastJpegCamera.h	Tue Nov 10 16:48:05 2015 +0000
@@ -97,14 +97,14 @@
                 while (this->isProcessing()) {
                     this->processPicture();
                 }//while
-                //myled1 = 1; //show successful picture was taken 
+                myled1 = 1; //show successful picture was tak€en 
                 //wait(2.0);
-                //myled1 = 0;
+                myled1 = 0;
             } else {
                 pc.printf("shot %s\n", filename);
-                //myled3 = 1; //show picture take failed
+               // myled3 = 1; //show picture take failed
                 //wait(2.0);
-                //myled3 = 0;
+               // myled3 = 0;
             }//if
             this->stopPictures();
             myled1 = 0;