Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hepta9axis HeptaBattery HeptaCamera_GPS HeptaTemp HeptaXbee SDFileSystem mbed
Fork of Lab7-01_template by
Revision 19:6b1498bd5e19, committed 2018-08-25
- Comitter:
- HEPTA
- Date:
- Sat Aug 25 11:02:08 2018 +0000
- Parent:
- 18:0f270fef8476
- Commit message:
- ver2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 25 10:59:23 2018 +0000
+++ b/main.cpp Sat Aug 25 11:02:08 2018 +0000
@@ -13,7 +13,7 @@
while(!pc.readable()) {}
cam_gps.Sync();
cam_gps.initialize(HeptaCamera_GPS::Baud115200, HeptaCamera_GPS::JpegResolution320x240);
- cam_gps.test_jpeg_snapshot_picture("/sd/test.jpg");
+ cam_gps.test_jpeg_snapshot_data("/sd/test.txt");
FILE *fp = fopen("/sd/test.txt", "r");
if(fp == NULL) {
pc.printf("Could not open file for write\r\n");
