Strange happenings PBP and 12F683


Results 1 to 15 of 15

Threaded View

  1. #12
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    Wouldn't this work? You have it in Erase already.
    Code:
    MAIN:   IF TRIGR=1 THEN     
                PAUSE 10
                GOSUB PLAY
                while TRIGR=1:wend                   'block till the key is released
                ENDIF
            IF CONTROL=0 THEN   
                PAUSE 10
                GOSUB RECORD
                while CONTROL=0:wend                   'block till the key is released
                ENDIF
            IF ACTIVE=0 THEN    
                PAUSE 10
                GOSUB MANUAL
                while ACTIVE=0:wend                   'block till the key is released
                ENDIF
            GOTO MAIN
    Last edited by Jerson; - 7th February 2009 at 12:32. Reason: formatting with [code]

Similar Threads

  1. How to use LM34 to full range with PBP
    By polymer52 in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 9th January 2010, 13:43
  2. New to PBP
    By GoldStar in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 12th May 2009, 16:24
  3. New project help rapidfire on 12f683
    By thm ov3rkill in forum mel PIC BASIC Pro
    Replies: 27
    Last Post: - 27th December 2008, 19:59
  4. 12F683 HPWM Usage
    By MARAD75 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th November 2007, 02:16
  5. upgrade to PBP 2.46 and using 12F683
    By peterdeco1 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd March 2005, 07:13

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