Project

General

Profile

Revision 1997

Added auto-calibration for barcode reading.

View differences:

main.c
40 40
        usb_putc(13);
41 41
    }*/
42 42

  
43
    int barCode;
44 43
    while(1)
45 44
    {
46

  
47 45
        int barcode = lineFollow(190);
48 46

  
49 47
        if(barcode != NOBARCODE && barcode != LINELOST)

Also available in: Unified diff