Tedd OKANO / Mbed 2 deprecated MARY_CAMERA_Hello

Dependencies:   MARY_CAMERA NokiaLCD mbed

Committer:
okano
Date:
Tue Feb 18 05:03:58 2014 +0000
Revision:
10:3c8fc9569377
Child:
23:8471197d3096
bmp file saving function added

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 10:3c8fc9569377 1 int open_BMP( char *file_name );
okano 10:3c8fc9569377 2 void write_BMP( short *p, int length );
okano 10:3c8fc9569377 3 void close_BMP( void );