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:
- 15:c81a197f4f5b
- Parent:
- 14:cc83bb625f92
- Child:
- 16:fa1bd83e34b0
--- a/main.cpp Wed Mar 05 03:21:54 2014 +0000 +++ b/main.cpp Wed Mar 05 06:36:24 2014 +0000 @@ -28,6 +28,7 @@ camera.transfer_a_line( buf, line + Y_OFFSET, X_OFFSET, MARMEX_OB_oled::WIDTH ); line_mirroring( buf ); oled1.blit565( 0, line, MARMEX_OB_oled::WIDTH, 1, buf ); + //wait_us( 700 ); } camera.close_transfer();