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.
Dependencies: DisplayApp AsciiFont
Fork of GR-PEACH_mbed-os-client-ZXingSample by
zxing_lib/zxing_config.h
- Committer:
- 1050186
- Date:
- 2018-12-11
- Revision:
- 15:30d929a6a82b
- Parent:
- 2:6ec5c1c1d41c
File content as of revision 15:30d929a6a82b:
/**** User Selection *********/
//#define ZXING_EXCLUDE_1DCODE /* define : 1D barcodes can not be scanned */
#undef ZXING_EXCLUDE_1DCODE /* undef : 1D barcodes can be scanned */
//#define ZXING_EXCLUDE_QRCODE /* define : QR-code can not be scanned */
#undef ZXING_EXCLUDE_QRCODE /* undef : QR-code can be scanned */
//#define ZXING_EXCLUDE_MATRIX /* define : Matrix can not be scanned */
#undef ZXING_EXCLUDE_MATRIX /* undef : Matrix can be scanned */
//#define ZXING_EXCLUDE_AZTEC /* define : Aztec can not be scanned */
#undef ZXING_EXCLUDE_AZTEC /* undef : Aztec can be scanned */
//#define ZXING_EXCLUDE_PDF417 /* define : PDF417 can not be scanned */
#undef ZXING_EXCLUDE_PDF417 /* undef : PDF417 can be scanned */
//#define ZXING_MULTI_QUADRANT /* define : Zxing can multi decode */
#undef ZXING_MULTI_QUADRANT /* undef : Zxing can not multi decode */
