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.
Revision 1:9231777638b6, committed 2020-01-10
- Comitter:
- hudakz
- Date:
- Fri Jan 10 20:46:23 2020 +0000
- Parent:
- 0:cd0771c3346e
- Child:
- 2:415e979c52cf
- Commit message:
- Barcode reader with a TCD1304AP TOSHIBA CCD linear image sensor and NUCLEO-F103RB board.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jan 10 20:38:06 2020 +0000 +++ b/main.cpp Fri Jan 10 20:46:23 2020 +0000 @@ -21,7 +21,8 @@ using namespace zbar; -#define TEST_DECODER // Uncomment to carry out a decoder test +//#define TEST_DECODER // Uncomment to carry out a decoder test + #define DATA_LEN 3694 #define MARGIN_LEFT 32 #define MARGIN_RIGHT 14