avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Butterfly code ported to gcc with bugs...


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Butterfly code ported to gcc with bugs...
Date: Tue, 1 Jul 2003 22:26:07 +0200 (MET DST)

In article <address@hidden> you write:

>but now I need to know how to translate,
>this:
>
>#pragma vector = PCINT0_vect
>__interrupt void PCINT0_interrupt(void)

I don't have much clues about IAR's interrupt syntax, and they
apparently don't have documentation online to query.

But guessing from the call to PinChangeInterrupt(), this seems to be
handlers for the pin change interrupts 0 and 1, so in avr-gcc dialect,
this is likely something like:

SIGNAL(SIG_PIN_CHANGE0) {
..
}

>..., and sorry for the
>comments of the code (in spanish), was some kind
>of dark joke because avery thing is in english, 

No need to apologize, it's only that my Spanish is a bit rusty
these days. ;-)  (It never grew beyond maybe 500 words or so.)

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]