Toma de foto y descomprimir en HEX

Dependencies:   JPEGCamera SDFileSystem mbed

Fork of SaibiCansat2014 by Takashi SASAKI

Revision:
9:3a2d25f4700b
Parent:
7:cc8080b31ac5
Child:
11:3b13ec465f0f
--- a/main.cpp	Thu Jul 17 23:30:16 2014 +0000
+++ b/main.cpp	Fri Jul 18 01:52:44 2014 +0000
@@ -39,6 +39,7 @@
 int main() {
     pc.printf("main() started. pc.baud is 9600 at this time.");
     //pc.baud(9600);
+    xbee.baud(115200);
     myled = 1;
  
     int readings[3] = {0, 0, 0};
@@ -68,7 +69,7 @@
     }
     wait(.001);
 
-    FastJpegCamera fast_jpeg_camera(p9, p10);
+    FastJpegCamera fast_jpeg_camera(p9, p10, xbee);
 
     //Measurement mode.