Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Normnet; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    595,817

    Interrupt now OK with one time adjustable Hz. ...

    Interrupt now OK with one time adjustable Hz.

    Is their a way to change a Hz variable before each interrupt on?
    wFREQ_Hz var word

    Something like:

    ;--- Change these to match the desired...
  2. Replies
    772
    Views
    595,817

    Works good. Thank you. I would like to reload...

    Works good. Thank you.

    I would like to reload timer 1 on each interrupt from a variable.

    Something like:


    wTIMER1 var TMR1L ' access 16 bits of TMR1
    wTimerPreload VAR WORD...
  3. Replies
    772
    Views
    595,817

    INTERRUPT_SET VAR BIT set to 1 Norm

    INTERRUPT_SET VAR BIT
    set to 1

    Norm
  4. Replies
    772
    Views
    595,817

    Interrupt for 18F's works fine. How to write...

    Interrupt for 18F's works fine.
    How to write assembly to set a variable instead of toggle led?

    Norm



    '---[TMR1_INT - interrupt handler]------------------------------------------
    ASM...
Results 1 to 4 of 4