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: BSP_DISCO_F746NG FatFS mbed
Revision 1:28e2f24b11b3, committed 2018-02-03
- Comitter:
- buyukesmeli
- Date:
- Sat Feb 03 14:43:35 2018 +0000
- Parent:
- 0:020195991898
- Child:
- 2:19c2835ce409
- Commit message:
- Second Commit
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Feb 03 14:39:39 2018 +0000
+++ b/main.cpp Sat Feb 03 14:43:35 2018 +0000
@@ -87,8 +87,6 @@
break;
}
- pc.printf("w = %d \n",image_width);
- pc.printf("h = %d \n",image_height);
if(image_width != 480 || image_height != 272)
pc.printf("Image size should be 272x480");
@@ -117,6 +115,8 @@
if(res!= FR_OK)
pc.printf("Failed to write file\n");
}
+
+ pc.printf("Done!\n");
f_close(&MyFile);
FATFS_UnLinkDriver(SDPath);