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: mbed JPEGCamera
Diff: main.cpp
- Revision:
- 2:b7411087c261
- Parent:
- 1:a9210ea335cb
--- a/main.cpp Thu Nov 14 06:52:19 2019 +0000
+++ b/main.cpp Fri Nov 15 13:19:09 2019 +0000
@@ -11,7 +11,7 @@
for (int i = 0; i < 1; i++) {
if (camera.isReady()) {
char filename[32];
- sprintf(filename, "/local/pict%03d.jpg", i);
+ sprintf(filename, "/local/pict%03d.jpg",i);
printf("Picture: %s ", filename);
if (camera.takePicture(filename)) {
while (camera.isProcessing()) {