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: MARY_CAMERA NokiaLCD mbed
Diff: main.cpp
- Revision:
- 12:6ddd07d59c55
- Parent:
- 11:149993faf2be
- Child:
- 21:a2ac746dd516
--- a/main.cpp Tue Feb 18 06:50:13 2014 +0000 +++ b/main.cpp Tue Feb 18 09:54:04 2014 +0000 @@ -20,11 +20,14 @@ short buf[ MARMEX_OB_oled::WIDTH ]; +#if 1 + int count = 0; char s[ 80 ]; for ( int i = 0; i < 10; i++ ) { sprintf( s, "image%02d.bmp", i ); save_still_image( s ); } +#endif while ( 1 ) { @@ -74,4 +77,6 @@ camera.close_transfer(); close_BMP(); -} \ No newline at end of file +} + +