DCAITI Robot Hardware  1.0
PinChangeIntConfig.h
Go to the documentation of this file.
1 
2 // This file is used to separate the changes you make to personalize the
3 // Pin Change Interrupt library from any future changes to the library itself.
4 // Ideally it would reside in the folder of the current sketch, but I have not
5 // figured out how such a file can be included from a library.
6 // Nothing is required to be defined within this file since default values are
7 // defined in the primary PinChangeInt.h file.
8 
9 // Uncomment the line below to limit the handler to servicing a single interrupt per invocation.
10 //#define DISABLE_PCINT_MULTI_SERVICE
11 
12 // Define the value MAX_PIN_CHANGE_PINS to limit the number of pins that may be
13 // used for pin change interrupts. This value determines the number of pin change
14 // interrupts supported for all ports.
15 //#define MAX_PIN_CHANGE_PINS 2
16 
17 // declare ports without pin change interrupts used
18 //#define NO_PORTB_PINCHANGES
19 //#define NO_PORTC_PINCHANGES
20 //#define NO_PORTD_PINCHANGES