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: bmp_handler.h
- Revision:
- 10:3c8fc9569377
- Child:
- 23:8471197d3096
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bmp_handler.h Tue Feb 18 05:03:58 2014 +0000 @@ -0,0 +1,3 @@ +int open_BMP( char *file_name ); +void write_BMP( short *p, int length ); +void close_BMP( void ); \ No newline at end of file