This is a mbed Client sample where ZXing is incorporated, and works on GR-PEACH and GR-LYCHEE.

Dependencies:   DisplayApp AsciiFont

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers zxing_main.h Source File

zxing_main.h

00001 
00002 #ifndef ZXING_MAIN_H
00003 #define ZXING_MAIN_H
00004 
00005 extern void zxing_init(void (*pfunc)(char * addr, int size));
00006 extern int zxing_loop();
00007 
00008 #endif
00009