This is not a formal bug, but an attempt to provide clearer
comments in the code and documentation.
// #define NO_PORTB_PINCHANGES // to indicate that port b will not be used for
pin change interrupts
// #define NO_PORTC_PINCHANGES // to indicate that port c will not be used for
pin change interrupts
// #define NO_PORTD_PINCHANGES // to indicate that port d will not be used for
pin change interrupts
If you define any of the three defines above,
these must be defined in the users code BEFORE
#include <PinChangeInt.h>.
Defining any of the definitions above after including
PinChangeInt.h, will have no effect on the size of the compiled code.
Original issue reported on code.google.com by cappy2...@gmail.com on 13 Mar 2012 at 9:47
Original issue reported on code.google.com by
cappy2...@gmail.com
on 13 Mar 2012 at 9:47