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:
- 24:c74b706c25d6
- Parent:
- 23:8471197d3096
- Child:
- 25:185159c780d6
--- a/main.cpp Tue Mar 11 07:51:22 2014 +0000 +++ b/main.cpp Tue Mar 11 08:49:43 2014 +0000 @@ -59,9 +59,14 @@ #endif + int count = 0; + while ( 1 ) { led = 0x1; copy_image_to_oled(); + + camera.colorbar( ((count++ >> 2) & 0x1) ? MARY_CAMERA::ON : MARY_CAMERA::OFF ); + led = 0x2; } }