Camera With Xbee
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 |
diff -r 0f270fef8476 -r 6b1498bd5e19 main.cpp --- 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");