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.
Dependents: mbed_uCAM_TTL120_20141118
Diff: uCAM_TTL120.h
- Revision:
- 3:85db6ea8c0a4
- Parent:
- 2:f80257456c6e
--- a/uCAM_TTL120.h Tue Nov 18 20:26:06 2014 +0000 +++ b/uCAM_TTL120.h Wed Nov 26 16:57:13 2014 +0000 @@ -45,15 +45,15 @@ int uCAM_send_INITIAL_80x60_2RAW(void); int uCAM_send_INITIAL_128x128_4RAW(void); int uCAM_send_SNAPSHOT(void); - int uCAM_send_GET_PICTURE_80x60_16COL_RAW(void); + int uCAM_send_GET_PICTURE_80x60_16COL_RAW(FILE *fp); int uCAM_send_GET_PICTURE_80x60_2GRAY_RAW(void); int uCAM_send_GET_PICTURE_128x128_4GRAY_RAW(void); - void uCAM_TakePic_RAW_16COLOR_80x60(void); + void uCAM_TakePic_RAW_16COLOR_80x60(FILE *fp); void uCAM_TakePic_RAW_2GRAY_80x60(void); void uCAM_TakePic_RAW_4GRAY_128x128(void); - int uCAM_get_jpeg(FILE *fileName); + int uCAM_get_jpeg(FILE *fp); void uCAM_set_baud(void);