Zoltan Hudak / Mbed 2 deprecated BarcodeReader_F103

Dependencies:   mbed zbar

Files at this revision

API Documentation at this revision

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