Scrolling thermo


Results 1 to 40 of 56

Threaded View

  1. #13
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default Re: Scrolling thermo

    I will try this code today, later...
    Code:
    ....
    LOOPing:
    FOR scroll = 0 TO 35
        FOR scan = 0 TO 15
            PORTb = 1
            porta=1
            FOR counter = 0 TO 7
                PORTA = leddata [counter]
                PAUSE 10
                PORTb = PORTb * 2
            NEXT
        NEXT
        FOR counter = 0 TO 34
            leddata [counter] = leddata [counter+1]
        NEXT
    NEXT
    GOTO START
    END
    I find another ...mistake (?) : line 2 do not appear on matrix ! What a hell it's going ?!
    Attached Images Attached Images  

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts