Darrel's SPWM and LCDOUT


Results 1 to 23 of 23

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    I think you just need to start/stop Timer1
    Code:
    TMR1ON=0    ' Stop Timer1
    TMR1ON=1    ' Start Timer1
    OR, you disable/enable the TMR1 interrupt
    Code:
    @   INT_DISABLE TMR1_INT 
    @   INT_ENABLE  TMR1_INT
    and then, you set your pin the way you want.
    Last edited by mister_e; - 20th April 2008 at 11:56.
    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