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: zxing_main.h
- Revision:
- 0:2f8d4a574b4e
diff -r 000000000000 -r 2f8d4a574b4e zxing_main.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zxing_main.h Fri Jan 12 15:41:00 2018 +0900 @@ -0,0 +1,9 @@ + +#ifndef ZXING_MAIN_H +#define ZXING_MAIN_H + +extern void zxing_init(void (*pfunc)(char * addr, int size)); +extern int zxing_loop(); + +#endif +