Guess what this is & get a free PICkit 1 starter kit


Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405

    Default Guess what this is & get a free PICkit 1 starter kit

    I have a brand spanking new PICkit 1 FLASH Starter Kit, which I have no use for whatsoever, that I will ship to the first person that answers this question.

    Rules:

    1. The winning person is willing to pay for whatever shipping they want it delivered by.
    2. The winner allows me to post his/her name & answer here.

    I.E. you pay for the shipping of your choice, and you get the new PICkit 1 FLASH Starter Kit for FREE. No strings attached.

    This simple code example is for a PIC18F2431, and there are a few things missing, but, if you're good, or can read a data sheet, you can figure out & explain in detail what it's doing.

    Explain, in detail, what this code example is doing, and you're the winner.

    Code:
      
    Main:
        WHILE !PIR1.1
        WEND
        PIR1.1 = 0
        PORTB.0 = PORTB.0 ^ 1
        GOTO Main
    Yeah - I know - the kit is only $36.00 new, but I thought this would be a lot more fun than selling the darn thing on eBay....
    Attached Images Attached Images  
    Last edited by Bruce; - 2nd February 2010 at 23:53. Reason: Forgot picture
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Thermo 7 segments - little problem
    By fratello in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 27th July 2013, 07:31
  2. RS485 bus - starting probem
    By wurm in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 27th January 2010, 13:35
  3. 32 bit square root
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 6th May 2009, 03:37
  4. one line led light make image
    By bioul in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 13th February 2008, 12:19
  5. HSERIN doesn´t work
    By wurm in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 29th July 2007, 14:23

Members who have read this thread : 1

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