On_Off


Results 1 to 10 of 10

Thread: On_Off

Threaded View

  1. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=390&d=1122866228">from what i understand...
    Code:
    IF PORTB.0=0 then
        TOGGLE PORTB.1
        WHILE PORTB.0=0 : Wend : pause 50
        ENDIF
    Last edited by mister_e; - 1st July 2006 at 09:41.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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