Scrolling thermo


Results 1 to 40 of 56

Threaded View

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


    Did you find this post helpful? Yes | No

    Default Re: Scrolling thermo

    I DID IT !
    Full working () version of scroll-thermo-clock, using PIC16F877A. With buttons for setting hours/minutes !
    Enjoy !

    LE : The answer on my previous question:
    Code:
        portb=0
        portd=0
        pause 1
        FOR counter = 0 TO 4
            READ oraa*5+counter,leddata [counter]    
        NEXT 
            PORTB=%11111111
            PORTD = 1
            FOR counter = 0 TO 4
               PORTB = leddata [counter]       
               PORTD = PORTD * 2
            leddata [counter] = leddata [counter+1]
            NEXT
    Attached Files Attached Files
    Last edited by fratello; - 21st October 2011 at 14:35.

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