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.
Diff: MARY_CAMERA.h
- Revision:
- 25:8f6c2a094544
- Parent:
- 22:1a923c255be6
diff -r cc4271d1545f -r 8f6c2a094544 MARY_CAMERA.h --- a/MARY_CAMERA.h Thu Mar 13 04:44:34 2014 +0000 +++ b/MARY_CAMERA.h Sat Mar 15 12:00:49 2014 +0000 @@ -184,6 +184,8 @@ */ void transfer_a_line( short *p, int line_number, int x_offset, int n_of_pixels ); + void test0( int v ); + private: int send_spi( char data ); void write_register( char reg, char value );