/[H8]/trunk/PIC/Demo trimmet/barcode.h
ViewVC logotype

Contents of /trunk/PIC/Demo trimmet/barcode.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 109 - (show annotations) (download)
Mon May 28 10:13:48 2007 UTC (17 years ago) by hedin
File MIME type: text/plain
File size: 348 byte(s)
Integrated barcode & keyboard modules
1
2 /************************
3 Global var
4 ***********************/
5 extern char global_barcode_buffer[14];
6
7
8 /**********************
9 functions
10 **********************/
11
12 unsigned char barcode_is_ready(void);
13 void barcode_reset(void);
14 unsigned char barcode_get_length(void);
15
16 void barcode_init(void);
17
18 void barcode_interrupt(void);
19

  ViewVC Help
Powered by ViewVC 1.1.20