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:
- 7:380026dd09fd
- Parent:
- 6:f5b4e088087b
- Child:
- 9:68408189efde
--- a/main.cpp Mon Feb 17 05:57:33 2014 +0000 +++ b/main.cpp Mon Feb 17 06:23:30 2014 +0000 @@ -19,8 +19,8 @@ short buf[ 128 ]; while ( 1 ) { - - led = 0x1; + + led = 0x1; camera.open_transfer(); for ( int line = 0; line < 128; line++ ) { @@ -30,7 +30,6 @@ camera.close_transfer(); led = 0x2; - wait_ms( 1 ); } }