Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    596,961

    Re: Instant Interrupts - Revisited

    The code was written to read quadrature count. Any rotary encoder with two channels will generate quadrature count.

    Al.
  2. Replies
    772
    Views
    596,961

    Re: Instant Interrupts - Revisited

    Use the code in post#27, (new approch to rotary encoder) is more efficient and you can achieve even higher frequency.

    Cheers

    Al.
  3. Replies
    772
    Views
    596,961

    Hi Ioannis, you cannot use the wsave variable...

    Hi Ioannis, you cannot use the wsave variable outside the DT interrupt since such a variable is in use within the routine.



    wsave VAR BYTE $20 SYSTEM ' location for W if in bank0...
Results 1 to 3 of 3