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.
zxing_config.h
00001 00002 /**** User Selection *********/ 00003 00004 //#define ZXING_EXCLUDE_1DCODE /* define : 1D barcodes can not be scanned */ 00005 #undef ZXING_EXCLUDE_1DCODE /* undef : 1D barcodes can be scanned */ 00006 00007 //#define ZXING_EXCLUDE_QRCODE /* define : QR-code can not be scanned */ 00008 #undef ZXING_EXCLUDE_QRCODE /* undef : QR-code can be scanned */ 00009 00010 //#define ZXING_EXCLUDE_MATRIX /* define : Matrix can not be scanned */ 00011 #undef ZXING_EXCLUDE_MATRIX /* undef : Matrix can be scanned */ 00012 00013 //#define ZXING_EXCLUDE_AZTEC /* define : Aztec can not be scanned */ 00014 #undef ZXING_EXCLUDE_AZTEC /* undef : Aztec can be scanned */ 00015 00016 //#define ZXING_EXCLUDE_PDF417 /* define : PDF417 can not be scanned */ 00017 #undef ZXING_EXCLUDE_PDF417 /* undef : PDF417 can be scanned */ 00018 00019 //#define ZXING_MULTI_QUADRANT /* define : Zxing can multi decode */ 00020 #undef ZXING_MULTI_QUADRANT /* undef : Zxing can not multi decode */ 00021
Generated on Wed Jul 13 2022 20:52:13 by
