Camera Ver3

Dependencies:   mbed HeptaBattery SDFileSystem HeptaCamera_GPS

Fork of Lab7-01_template by HEPTA-Sat Training 2017~2018

Revision:
21:ecb6fe92cd3a
Parent:
17:1c3433f46c17
Child:
23:39e0b9856651
--- a/main.cpp	Thu Mar 08 05:15:27 2018 +0000
+++ b/main.cpp	Wed Aug 08 09:26:42 2018 +0000
@@ -13,5 +13,5 @@
     while(!pc.readable()) {}
     cam_gps.Sync();
     cam_gps.initialize(HeptaCamera_GPS::Baud115200, HeptaCamera_GPS::JpegResolution320x240);
-    cam_gps.test_jpeg_snapshot_picture(1);
+    cam_gps.test_jpeg_snapshot_picture("/sd/test.jpg");
 }
\ No newline at end of file