PBP projects for R/C models


Results 1 to 40 of 772

Threaded View

  1. #11
    Join Date
    Nov 2009
    Location
    Fitchburg, Mass
    Posts
    483


    Did you find this post helpful? Yes | No

    Default That's what I tried.

    For some reason disabling interrupt during the WHILE loop did not work. I could have done
    something stupid.

    What I want to know is where is the list of "blocking" commands. I do not see such a list in
    my PBP book. For example, is COUNT a blocker?

    Here is what I coded immediately after main:
    main:

    '-------------------
    checkchannel3:
    'worked with four AA batteries pack. Radio receiver puts pulses
    'on this line whenever the transmitter is turned ON.
    switchtoPIC = 2
    while switchtoPIC >= 2
    @ INT_DISABLE TMR1_INT
    count channel3,65,switchtoPIC
    high portc.0
    wend
    low portc.0
    @ INT_ENABLE TMR1_INT
    Ken
    Last edited by Kenjones1935; - 22nd November 2010 at 23:27.

Similar Threads

  1. PBP Book
    By Bruce in forum Off Topic
    Replies: 83
    Last Post: - 4th October 2021, 12:55
  2. PBP Extensions, What are they?
    By PJALM in forum PBP Extensions
    Replies: 9
    Last Post: - 28th September 2021, 11:26
  3. Compiler differences between PBP 2.33 & 2.46
    By nikopolis in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd May 2006, 19:01
  4. Newby- PBP wont compile for 18F (MPLAB)
    By jd76duke in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 17th December 2005, 23:30
  5. Making PBP code more modular
    By forgie in forum General
    Replies: 30
    Last Post: - 25th October 2005, 16:24

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