Project

General

Profile

Revision 1945

Changed to use Alex's barcode code.

View differences:

main.c
45 45
    while(1)
46 46
    {
47 47

  
48
        int barcode = lineFollow(200);
48
        int barcode = lineFollow(170);
49 49

  
50
        if(barcode != NOBARCODE)
50
        if(barcode != NOBARCODE && barcode != LINELOST)
51 51
        {
52 52
            usb_puti(barcode);
53 53
            usb_puts("\n");

Also available in: Unified diff