Camera Ver3

Dependencies:   mbed HeptaBattery SDFileSystem HeptaCamera_GPS

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

Revision:
17:1c3433f46c17
Parent:
14:52fe0357f8b2
Child:
21:ecb6fe92cd3a
--- a/main.cpp	Fri Sep 08 08:17:19 2017 +0000
+++ b/main.cpp	Mon Nov 06 04:08:03 2017 +0000
@@ -9,6 +9,8 @@
 int main()
 {
     pc.printf("Camera Snapshot Mode\r\n");
+    pc.printf("Hit Any Key To Take Picture\r\n");
+    while(!pc.readable()) {}
     cam_gps.Sync();
     cam_gps.initialize(HeptaCamera_GPS::Baud115200, HeptaCamera_GPS::JpegResolution320x240);
     cam_gps.test_jpeg_snapshot_picture(1);